<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>1.2.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot', version='1.2.7.RELEASE')
)
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.2.7.RELEASE</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- ch.qos.logback:logback-classic
|-- com.atomikos:transactions-jms
|-- com.atomikos:transactions-jta
|-- com.atomikos:transactions-jdbc
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.googlecode.json-simple:json-simple
|-- javax.servlet:javax.servlet-api
|-- junit:junit
|-- log4j:log4j
|-- org.apache.logging.log4j:log4j-api
|-- org.apache.logging.log4j:log4j-core
|-- org.apache.httpcomponents:httpclient
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.apache.tomcat.embed:tomcat-embed-jasper
|-- org.apache.tomcat.embed:tomcat-embed-logging-juli
|-- org.apache.velocity:velocity
|-- org.apache.velocity:velocity-tools
|-- org.codehaus.groovy:groovy
|-- org.codehaus.groovy:groovy-xml
|-- org.eclipse.jetty:jetty-webapp
|-- org.eclipse.jetty:jetty-util
|-- io.undertow:undertow-servlet
|-- org.hibernate:hibernate-entitymanager
|-- org.hibernate:hibernate-validator
|-- org.liquibase:liquibase-core
|-- org.springframework:spring-orm
|-- org.springframework:spring-test
|-- org.springframework:spring-web
|-- org.springframework:spring-webmvc
|-- org.springframework.boot:spring-boot-configuration-processor
test