<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>1.5.21.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test', version='1.5.21.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-test" rev="1.5.21.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>1.5.21.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.jayway.jsonpath:json-path
|-- javax.servlet:javax.servlet-api
|-- junit:junit
|-- org.apache.httpcomponents:httpclient
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.skyscreamer:jsonassert
|-- org.seleniumhq.selenium:htmlunit-driver
|-- org.seleniumhq.selenium:selenium-api
|-- org.springframework:spring-test
|-- org.springframework:spring-web
|-- net.sourceforge.htmlunit:htmlunit
test
|-- org.springframework.boot:spring-boot
|-- org.springframework.boot:spring-boot-test-support
|-- ch.qos.logback:logback-classic
|-- org.apache.tomcat.embed:tomcat-embed-core
|-- org.codehaus.groovy:groovy
|-- org.codehaus.groovy:groovy-xml
|-- org.jetbrains.kotlin:kotlin-runtime