<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.0.1.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test', version='2.0.1.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-test" rev="2.0.1.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.0.1.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot:2.0.1.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.9.5
|-- com.google.code.gson:gson:2.8.2
|-- com.jayway.jsonpath:json-path:2.4.0
|-- io.projectreactor.ipc:reactor-netty:0.7.6.RELEASE
|-- javax.json.bind:javax.json.bind-api:1.0
|-- javax.servlet:javax.servlet-api:3.1.0
|-- junit:junit:4.12
|-- org.apache.httpcomponents:httpclient:4.5.5
|-- org.assertj:assertj-core:3.9.1
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
|-- org.jetbrains.kotlin:kotlin-stdlib:1.2.31
|-- org.jetbrains.kotlin:kotlin-reflect:1.2.31
|-- org.mockito:mockito-core:2.15.0
|-- org.skyscreamer:jsonassert:1.5.0
|-- org.seleniumhq.selenium:htmlunit-driver:2.29.3
|-- org.seleniumhq.selenium:selenium-api:3.9.1
|-- org.springframework:spring-test:5.0.5.RELEASE
|-- org.springframework:spring-web:5.0.5.RELEASE