<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<version>2.2.1.RELEASE</version>
</dependency>
implementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.2.1.RELEASE'
implementation("org.springframework.boot:spring-boot-test-autoconfigure:2.2.1.RELEASE")
libraryDependencies += "org.springframework.boot" % "spring-boot-test-autoconfigure" % "2.2.1.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test-autoconfigure', version='2.2.1.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-test-autoconfigure" rev="2.2.1.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-parent</artifactId> <version>2.2.1.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-test:2.2.1.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.2.1.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.10.0
|-- com.google.code.gson:gson:2.8.6
|-- com.jayway.jsonpath:json-path:2.4.0
|-- io.rest-assured:rest-assured:3.3.0
|-- jakarta.json.bind:jakarta.json.bind-api:1.0.2
|-- jakarta.persistence:jakarta.persistence-api:2.2.3
|-- jakarta.servlet:jakarta.servlet-api:4.0.3
|-- jakarta.transaction:jakarta.transaction-api:1.3.3
|-- net.sourceforge.htmlunit:htmlunit:2.36.0
|-- org.hibernate:hibernate-core:5.4.8.Final
|-- org.junit.jupiter:junit-jupiter-api:5.5.2
|-- org.seleniumhq.selenium:htmlunit-driver:2.36.0
|-- org.seleniumhq.selenium:selenium-api:3.141.59
|-- org.springframework:spring-orm:5.2.1.RELEASE
|-- org.springframework:spring-test:5.2.1.RELEASE
|-- org.springframework:spring-web:5.2.1.RELEASE
|-- org.springframework:spring-webmvc:5.2.1.RELEASE
|-- org.springframework:spring-webflux:5.2.1.RELEASE
|-- org.springframework.data:spring-data-jdbc:1.1.1.RELEASE
|-- org.springframework.data:spring-data-jpa:2.2.1.RELEASE
|-- org.springframework.data:spring-data-ldap:2.2.1.RELEASE
|-- org.springframework.data:spring-data-mongodb:2.2.1.RELEASE
|-- org.springframework.data:spring-data-neo4j:5.2.1.RELEASE
|-- org.springframework.data:spring-data-redis:2.2.1.RELEASE
|-- org.springframework.restdocs:spring-restdocs-mockmvc:2.0.4.RELEASE
|-- org.springframework.restdocs:spring-restdocs-restassured:2.0.4.RELEASE
|-- org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE
|-- org.springframework.security:spring-security-config:5.2.1.RELEASE
|-- org.springframework.security:spring-security-test:5.2.1.RELEASE
|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.27