<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.1.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot', version='2.1.2.RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.1.2.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core:5.1.4.RELEASE
|-- org.springframework:spring-context:5.1.4.RELEASE
|-- ch.qos.logback:logback-classic:1.2.3
|-- com.atomikos:transactions-jdbc:4.0.6
|-- com.atomikos:transactions-jms:4.0.6
|-- com.atomikos:transactions-jta:4.0.6
|-- com.fasterxml.jackson.core:jackson-databind:2.9.8
|-- com.google.code.gson:gson:2.8.5
|-- com.samskivert:jmustache:1.14
|-- com.sendgrid:sendgrid-java:4.3.0
|-- io.projectreactor.netty:reactor-netty:0.8.4.RELEASE
|-- io.netty:netty-tcnative-boringssl-static:2.0.20.Final
|-- io.undertow:undertow-servlet:2.0.16.Final
|-- javax.jms:javax.jms-api:2.0.1
|-- javax.servlet:javax.servlet-api:4.0.1
|-- junit:junit:4.12
|-- org.apache.commons:commons-dbcp2:2.5.0
|-- org.apache.httpcomponents:httpclient:4.5.6
|-- org.apache.logging.log4j:log4j-api:2.11.1
|-- org.apache.logging.log4j:log4j-core:2.11.1
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.14
|-- org.apache.tomcat.embed:tomcat-embed-jasper:9.0.14
|-- org.apache.tomcat:tomcat-jdbc:9.0.14
|-- org.assertj:assertj-core:3.11.1
|-- org.codehaus.btm:btm:2.1.4
|-- org.codehaus.groovy:groovy:2.5.5
|-- org.codehaus.groovy:groovy-xml:2.5.5
|-- org.eclipse.jetty:jetty-servlets:9.4.14.v20181114
|-- org.eclipse.jetty:jetty-util:9.4.14.v20181114
|-- org.eclipse.jetty:jetty-webapp:9.4.14.v20181114
|-- org.eclipse.jetty:jetty-alpn-conscrypt-server:9.4.14.v20181114
|-- org.eclipse.jetty.http2:http2-server:9.4.14.v20181114
|-- org.hamcrest:hamcrest-library:1.3
|-- org.hibernate:hibernate-core:5.3.7.Final
|-- org.hibernate.validator:hibernate-validator:6.0.14.Final
|-- org.jboss:jboss-transaction-spi:7.6.0.Final
|-- org.liquibase:liquibase-core:3.6.2
|-- org.neo4j:neo4j-ogm-core:3.1.6
|-- org.slf4j:jul-to-slf4j:1.7.25
|-- org.slf4j:slf4j-api:1.7.25
|-- org.springframework:spring-orm:5.1.4.RELEASE
|-- org.springframework:spring-oxm:5.1.4.RELEASE
|-- org.springframework:spring-test:5.1.4.RELEASE
|-- org.springframework:spring-web:5.1.4.RELEASE
|-- org.springframework:spring-webflux:5.1.4.RELEASE
|-- org.springframework:spring-webmvc:5.1.4.RELEASE
|-- org.springframework.security:spring-security-web:5.1.3.RELEASE
|-- org.springframework.ws:spring-ws-core:3.0.6.RELEASE
|-- org.jetbrains.kotlin:kotlin-reflect:1.2.71
|-- org.jetbrains.kotlin:kotlin-stdlib:1.2.71
|-- org.springframework.boot:spring-boot-configuration-processor:2.1.2.RELEASE