diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index 432c59b4132..e921b239ee5 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -22,6 +22,10 @@ org.springframework.boot spring-boot-test + + com.jayway.jsonpath + json-path + junit junit @@ -42,6 +46,10 @@ org.hamcrest hamcrest-library + + org.skyscreamer + jsonassert + org.springframework spring-core diff --git a/spring-boot-starters/spring-boot-starter-test/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-test/src/main/resources/META-INF/spring.provides index 70f6829ed78..d53d3cc806c 100644 --- a/spring-boot-starters/spring-boot-starter-test/src/main/resources/META-INF/spring.provides +++ b/spring-boot-starters/spring-boot-starter-test/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: spring-test,spring-boot,junit,mockito,hamcrest-library \ No newline at end of file +provides: spring-test,spring-boot,junit,mockito,hamcrest-library,assertj,jsonassert,json-path