diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml index 8a4ffa206bf..76ae50bbfee 100644 --- a/spring-boot-test-autoconfigure/pom.xml +++ b/spring-boot-test-autoconfigure/pom.xml @@ -44,6 +44,11 @@ jackson-databind true + + com.jayway.jsonpath + json-path + true + net.sourceforge.htmlunit htmlunit @@ -65,6 +70,11 @@ htmlunit-driver true + + org.seleniumhq.selenium + selenium-api + true + org.springframework spring-orm diff --git a/spring-boot-test/pom.xml b/spring-boot-test/pom.xml index 56c7ee93068..ff648694f31 100644 --- a/spring-boot-test/pom.xml +++ b/spring-boot-test/pom.xml @@ -36,7 +36,12 @@ true - javax.servlet + com.jayway.jsonpath + json-path + true + + + javax.servlet javax.servlet-api true @@ -80,6 +85,11 @@ htmlunit-driver true + + org.seleniumhq.selenium + selenium-api + true + org.springframework spring-test @@ -122,14 +132,6 @@ true test - - com.jayway.jsonpath - json-path - - - org.seleniumhq.selenium - selenium-api -