<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot', version='2.0.4.RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.0.4.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core:5.0.8.RELEASE
|-- org.springframework:spring-context:5.0.8.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.6
|-- com.google.code.gson:gson:2.8.5
|-- com.googlecode.json-simple:json-simple:1.1.1
|-- com.samskivert:jmustache:1.14
|-- com.sendgrid:sendgrid-java:4.1.2
|-- io.projectreactor.ipc:reactor-netty:0.7.8.RELEASE
|-- io.undertow:undertow-servlet:1.4.25.Final
|-- javax.jms:javax.jms-api:2.0.1
|-- javax.servlet:javax.servlet-api:3.1.0
|-- junit:junit:4.12
|-- org.apache.commons:commons-dbcp2:2.2.0
|-- org.apache.httpcomponents:httpclient:4.5.6
|-- org.apache.logging.log4j:log4j-api:2.10.0
|-- org.apache.logging.log4j:log4j-core:2.10.0
|-- org.apache.tomcat.embed:tomcat-embed-core:8.5.32
|-- org.apache.tomcat.embed:tomcat-embed-jasper:8.5.32
|-- org.apache.tomcat:tomcat-jdbc:8.5.32
|-- org.assertj:assertj-core:3.9.1
|-- org.codehaus.btm:btm:2.1.4
|-- org.codehaus.groovy:groovy:2.4.15
|-- org.codehaus.groovy:groovy-xml:2.4.15
|-- org.eclipse.jetty:jetty-servlets:9.4.11.v20180605
|-- org.eclipse.jetty:jetty-util:9.4.11.v20180605
|-- org.eclipse.jetty:jetty-webapp:9.4.11.v20180605
|-- org.eclipse.jetty:jetty-alpn-conscrypt-server:9.4.11.v20180605
|-- org.eclipse.jetty.http2:http2-server:9.4.11.v20180605
|-- org.hamcrest:hamcrest-library:1.3
|-- org.hibernate:hibernate-core:5.2.17.Final
|-- org.hibernate.validator:hibernate-validator:6.0.11.Final
|-- org.jboss:jboss-transaction-spi:7.6.0.Final
|-- org.jboss.narayana.jta:jdbc:5.8.2.Final
|-- org.jboss.narayana.jta:jms:5.8.2.Final
|-- org.jboss.narayana.jta:jta:5.8.2.Final
|-- org.jboss.narayana.jts:narayana-jts-integration:5.8.2.Final
|-- org.liquibase:liquibase-core:3.5.5
|-- org.neo4j:neo4j-ogm-core:3.1.0
|-- org.slf4j:jul-to-slf4j:1.7.25
|-- org.slf4j:slf4j-api:1.7.25
|-- org.springframework:spring-orm:5.0.8.RELEASE
|-- org.springframework:spring-test:5.0.8.RELEASE
|-- org.springframework:spring-web:5.0.8.RELEASE
|-- org.springframework:spring-webflux:5.0.8.RELEASE
|-- org.springframework:spring-webmvc:5.0.8.RELEASE
|-- org.springframework.security:spring-security-web:5.0.7.RELEASE
|-- org.jetbrains.kotlin:kotlin-reflect:1.2.51
|-- org.jetbrains.kotlin:kotlin-stdlib:1.2.51
|-- org.springframework.boot:spring-boot-configuration-processor:2.0.4.RELEASE