<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>1.5.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-actuator" % "1.5.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-actuator', version='1.5.6.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-actuator" rev="1.5.6.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.5.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-autoconfigure
|-- com.fasterxml.jackson.core:jackson-databind
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml
|-- org.springframework.hateoas:spring-hateoas
|-- org.springframework.plugin:spring-plugin-core
|-- com.github.ben-manes.caffeine:caffeine
|-- com.hazelcast:hazelcast-spring
|-- com.timgroup:java-statsd-client
|-- io.dropwizard.metrics:metrics-core
|-- javax.servlet:javax.servlet-api
|-- org.apache.activemq:activemq-broker
|-- org.hibernate:hibernate-validator
|-- org.infinispan:infinispan-spring4-embedded
|-- org.liquibase:liquibase-core
|-- org.springframework:spring-messaging
|-- org.springframework:spring-jdbc
|-- org.springframework:spring-webmvc
|-- org.springframework.data:spring-data-cassandra
|-- org.springframework.data:spring-data-couchbase
|-- org.springframework.data:spring-data-ldap
|-- org.springframework.data:spring-data-mongodb
|-- org.springframework.data:spring-data-neo4j
|-- org.springframework.data:spring-data-redis
|-- org.springframework.data:spring-data-solr
|-- org.springframework.integration:spring-integration-core
|-- org.elasticsearch:elasticsearch
|-- org.springframework.security:spring-security-web
|-- org.springframework.security:spring-security-config
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.apache.tomcat.embed:tomcat-embed-el
|-- org.crashub:crash.embed.spring
|-- org.springframework.amqp:spring-rabbit
|-- org.apache.tomcat:tomcat-jdbc
|-- org.apache.commons:commons-dbcp2
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.springframework.boot:spring-boot-configuration-processor
test
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-test-support
|-- org.springframework.boot:spring-boot-test
|-- org.springframework.boot:spring-boot-test
|-- ch.qos.logback:logback-classic
|-- com.jayway.jsonpath:json-path
|-- io.undertow:undertow-servlet
|-- org.crashub:crash.connectors.telnet
|-- org.skyscreamer:jsonassert
|-- org.springframework:spring-test
|-- org.springframework.data:spring-data-elasticsearch
|-- org.springframework.data:spring-data-rest-webmvc
|-- org.springframework.integration:spring-integration-jmx