<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-spring-boot-actuator-compatible</artifactId>
<version>3.3.0-beta.4</version>
</dependency>
libraryDependencies += "org.apache.dubbo" % "dubbo-spring-boot-actuator-compatible" % "3.3.0-beta.4"
@Grapes(
@Grab(group='org.apache.dubbo', module='dubbo-spring-boot-actuator-compatible', version='3.3.0-beta.4')
)
<dependency org="org.apache.dubbo" name="dubbo-spring-boot-actuator-compatible" rev="3.3.0-beta.4" />
compile
|-- org.springframework.boot:spring-boot-starter-web:1.5.22.RELEASE
|-- org.apache.tomcat.embed:tomcat-embed-core:8.5.43
|-- org.springframework.boot:spring-boot-starter-actuator:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:1.5.22.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:1.5.22.RELEASE
|-- org.apache.dubbo:dubbo-spring-boot-autoconfigure-compatible:3.3.0-beta.4
|-- org.apache.dubbo:dubbo:3.3.0-beta.4