<dependency>
<groupId>org.apache.shenyu</groupId>
<artifactId>shenyu-registry-apollo</artifactId>
<version>2.6.1</version>
</dependency>
@Grapes(
@Grab(group='org.apache.shenyu', module='shenyu-registry-apollo', version='2.6.1')
)
<parent> <groupId>org.apache.shenyu</groupId> <artifactId>shenyu-registry</artifactId> <version>2.6.1</version> </parent>
test
|-- org.springframework.boot:spring-boot-starter-test:2.7.17
|-- org.junit.jupiter:junit-jupiter:5.8.2
|-- org.junit.vintage:junit-vintage-engine:5.8.2
|-- org.hamcrest:hamcrest-library:2.2
|-- org.mockito:mockito-junit-jupiter:3.5.15
|-- org.mockito:mockito-core:3.5.15