<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>1.4.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "1.4.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='1.4.0.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="1.4.0.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>1.4.0.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-test
|-- org.springframework.boot:spring-boot-test-autoconfigure
|-- com.jayway.jsonpath:json-path
|-- junit:junit
|-- org.hamcrest:hamcrest-core
|-- org.hamcrest:hamcrest-library
|-- org.skyscreamer:jsonassert