<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.2.12.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot', version='2.2.12.RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.2.12.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core:5.2.12.RELEASE
|-- org.springframework:spring-context:5.2.12.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.10.5.1
|-- com.google.code.gson:gson:2.8.6
|-- com.oracle.ojdbc:ojdbc8:19.3.0.0
|-- com.samskivert:jmustache:1.15
|-- io.projectreactor.netty:reactor-netty:0.9.15.RELEASE
|-- io.netty:netty-tcnative-boringssl-static:2.0.35.Final
|-- io.rsocket:rsocket-core:1.0.3
|-- io.rsocket:rsocket-transport-netty:1.0.3
|-- io.undertow:undertow-servlet:2.0.33.Final
|-- jakarta.jms:jakarta.jms-api:2.0.3
|-- jakarta.servlet:jakarta.servlet-api:4.0.4
|-- jakarta.validation:jakarta.validation-api:2.0.2
|-- junit:junit:4.12
|-- org.apache.commons:commons-dbcp2:2.7.0
|-- org.apache.httpcomponents:httpclient:4.5.13
|-- org.apache.logging.log4j:log4j-api:2.12.1
|-- org.apache.logging.log4j:log4j-core:2.12.1
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.41
|-- org.apache.tomcat.embed:tomcat-embed-jasper:9.0.41
|-- org.apache.tomcat:tomcat-jdbc:9.0.41
|-- org.assertj:assertj-core:3.13.2
|-- org.codehaus.btm:btm:2.1.4
|-- org.codehaus.groovy:groovy:2.5.14
|-- org.codehaus.groovy:groovy-xml:2.5.14
|-- org.eclipse.jetty:jetty-servlets:9.4.35.v20201120
|-- org.eclipse.jetty:jetty-util:9.4.35.v20201120
|-- org.eclipse.jetty:jetty-webapp:9.4.35.v20201120
|-- org.eclipse.jetty:jetty-alpn-conscrypt-server:9.4.35.v20201120
|-- org.eclipse.jetty.http2:http2-server:9.4.35.v20201120
|-- org.hibernate:hibernate-core:5.4.25.Final
|-- org.hibernate.validator:hibernate-validator:6.0.21.Final
|-- org.jboss:jboss-transaction-spi:7.6.0.Final
|-- org.liquibase:liquibase-core:3.8.9
|-- org.neo4j:neo4j-ogm-core:3.2.18
|-- org.slf4j:jul-to-slf4j:1.7.30
|-- org.slf4j:slf4j-api:1.7.30
|-- org.springframework:spring-messaging:5.2.12.RELEASE
|-- org.springframework:spring-orm:5.2.12.RELEASE
|-- org.springframework:spring-oxm:5.2.12.RELEASE
|-- org.springframework:spring-test:5.2.12.RELEASE
|-- org.springframework:spring-web:5.2.12.RELEASE
|-- org.springframework:spring-webflux:5.2.12.RELEASE
|-- org.springframework:spring-webmvc:5.2.12.RELEASE
|-- org.springframework.security:spring-security-web:5.2.8.RELEASE
|-- org.springframework.ws:spring-ws-core:3.0.10.RELEASE
|-- org.jetbrains.kotlin:kotlin-reflect:1.3.72
|-- org.jetbrains.kotlin:kotlin-stdlib:1.3.72
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.12.RELEASE