<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-autoconfigure" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-autoconfigure', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-autoconfigure" rev="2.1.8.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.1.8.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot:2.1.8.RELEASE
|-- com.atomikos:transactions-jdbc:4.0.6
|-- com.atomikos:transactions-jta:4.0.6
|-- com.couchbase.client:couchbase-spring-cache:2.1.0
|-- com.fasterxml.jackson.core:jackson-databind:2.9.9.3
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.9.9
|-- com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.9
|-- com.fasterxml.jackson.module:jackson-module-parameter-names:2.9.9
|-- com.google.code.gson:gson:2.8.5
|-- com.hazelcast:hazelcast:3.11.4
|-- com.hazelcast:hazelcast-client:3.11.4
|-- com.hazelcast:hazelcast-spring:3.11.4
|-- com.samskivert:jmustache:1.14
|-- com.sun.mail:javax.mail:1.6.2
|-- de.flapdoodle.embed:de.flapdoodle.embed.mongo:2.1.2
|-- io.lettuce:lettuce-core:5.1.8.RELEASE
|-- io.projectreactor.netty:reactor-netty:0.8.11.RELEASE
|-- javax.cache:cache-api:1.1.1
|-- javax.json.bind:javax.json.bind-api:1.0
|-- javax.money:money-api:1.0.3
|-- org.apache.kafka:kafka-streams:2.0.1
|-- org.flywaydb:flyway-core:5.2.4
|-- org.glassfish.jersey.core:jersey-server:2.27
|-- org.glassfish.jersey.containers:jersey-container-servlet-core:2.27
|-- org.glassfish.jersey.containers:jersey-container-servlet:2.27
|-- org.glassfish.jersey.ext:jersey-spring4:2.27
|-- org.glassfish.jersey.media:jersey-media-json-jackson:2.27
|-- org.apache.activemq:activemq-broker:5.15.10
|-- org.apache.activemq:artemis-jms-client:2.6.4
|-- org.apache.activemq:artemis-jms-server:2.6.4
|-- org.apache.commons:commons-dbcp2:2.5.0
|-- org.apache.solr:solr-solrj:7.7.2
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.24
|-- org.apache.tomcat.embed:tomcat-embed-el:9.0.24
|-- org.apache.tomcat.embed:tomcat-embed-websocket:9.0.24
|-- org.apache.tomcat:tomcat-jdbc:9.0.24
|-- org.codehaus.btm:btm:2.1.4
|-- org.codehaus.groovy:groovy-templates:2.5.8
|-- com.sendgrid:sendgrid-java:4.3.0
|-- com.unboundid:unboundid-ldapsdk:4.0.11
|-- org.eclipse.jetty:jetty-webapp:9.4.19.v20190610
|-- org.eclipse.jetty:jetty-reactive-httpclient:1.0.3
|-- org.eclipse.jetty.websocket:javax-websocket-server-impl:9.4.19.v20190610
|-- io.undertow:undertow-servlet:2.0.26.Final
|-- io.undertow:undertow-websockets-jsr:2.0.26.Final
|-- org.elasticsearch.client:elasticsearch-rest-client:6.4.3
|-- org.elasticsearch.client:elasticsearch-rest-high-level-client:6.4.3
|-- org.freemarker:freemarker:2.3.29
|-- org.hibernate:hibernate-core:5.3.11.Final
|-- org.hibernate:hibernate-jcache:5.3.11.Final
|-- org.hibernate.validator:hibernate-validator:6.0.17.Final
|-- org.infinispan:infinispan-jcache:9.4.16.Final
|-- org.infinispan:infinispan-spring4-embedded:9.4.16.Final
|-- org.jboss:jboss-transaction-spi:7.6.0.Final
|-- org.messaginghub:pooled-jms:1.0.6
|-- org.mongodb:mongodb-driver-async:3.8.2
|-- org.mongodb:mongodb-driver-reactivestreams:1.9.2
|-- org.springframework:spring-jdbc:5.1.9.RELEASE
|-- org.springframework.integration:spring-integration-core:5.1.7.RELEASE
|-- org.springframework.integration:spring-integration-jdbc:5.1.7.RELEASE
|-- org.springframework.integration:spring-integration-jmx:5.1.7.RELEASE
|-- org.springframework:spring-jms:5.1.9.RELEASE
|-- org.springframework:spring-orm:5.1.9.RELEASE
|-- org.springframework:spring-tx:5.1.9.RELEASE
|-- org.springframework:spring-web:5.1.9.RELEASE
|-- org.springframework:spring-websocket:5.1.9.RELEASE
|-- org.springframework:spring-webflux:5.1.9.RELEASE
|-- org.springframework:spring-webmvc:5.1.9.RELEASE
|-- org.springframework.batch:spring-batch-core:4.1.2.RELEASE
|-- org.springframework.data:spring-data-couchbase:3.1.10.RELEASE
|-- org.springframework.data:spring-data-jpa:2.1.10.RELEASE
|-- org.springframework.data:spring-data-rest-webmvc:3.1.10.RELEASE
|-- org.springframework.data:spring-data-cassandra:2.1.10.RELEASE
|-- org.springframework.data:spring-data-jdbc:1.0.10.RELEASE
|-- org.springframework.data:spring-data-ldap:2.1.10.RELEASE
|-- org.springframework.data:spring-data-mongodb:2.1.10.RELEASE
|-- org.springframework.data:spring-data-neo4j:5.1.10.RELEASE
|-- org.springframework.data:spring-data-redis:2.1.10.RELEASE
|-- org.springframework.data:spring-data-elasticsearch:3.1.10.RELEASE
|-- org.springframework.data:spring-data-solr:4.0.10.RELEASE
|-- org.springframework.hateoas:spring-hateoas:0.25.2.RELEASE
|-- org.liquibase:liquibase-core:3.6.3
|-- org.springframework.security:spring-security-acl:5.1.6.RELEASE
|-- org.springframework.security:spring-security-config:5.1.6.RELEASE
|-- org.springframework.security:spring-security-data:5.1.6.RELEASE
|-- org.springframework.security:spring-security-oauth2-client:5.1.6.RELEASE
|-- org.springframework.security:spring-security-oauth2-jose:5.1.6.RELEASE
|-- org.springframework.security:spring-security-oauth2-resource-server:5.1.6.RELEASE
|-- org.springframework.security:spring-security-web:5.1.6.RELEASE
|-- org.springframework.session:spring-session-core:2.1.8.RELEASE
|-- org.springframework.session:spring-session-data-mongodb:2.1.4.RELEASE
|-- org.springframework.session:spring-session-data-redis:2.1.8.RELEASE
|-- org.springframework.session:spring-session-hazelcast:2.1.8.RELEASE
|-- org.springframework.session:spring-session-jdbc:2.1.8.RELEASE
|-- org.springframework.amqp:spring-rabbit:2.1.8.RELEASE
|-- org.springframework.kafka:spring-kafka:2.2.8.RELEASE
|-- org.springframework.cloud:spring-cloud-spring-service-connector:2.0.6.RELEASE
|-- org.springframework.ws:spring-ws-core:3.0.7.RELEASE
|-- org.thymeleaf:thymeleaf:3.0.11.RELEASE
|-- org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
|-- nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect:2.3.0
|-- com.github.ben-manes.caffeine:caffeine:2.6.2
|-- com.github.mxab.thymeleaf.extras:thymeleaf-extras-data-attribute:2.0.1
|-- org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
|-- org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
|-- javax.jms:javax.jms-api:2.0.1
|-- javax.mail:javax.mail-api:1.6.2
|-- net.sf.ehcache:ehcache:2.10.6
|-- org.aspectj:aspectjweaver:1.9.4
|-- org.influxdb:influxdb-java:2.14
|-- org.quartz-scheduler:quartz:2.3.1
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.1.8.RELEASE
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.8.RELEASE