diff --git a/spring-boot-samples/spring-boot-sample-activemq/pom.xml b/spring-boot-samples/spring-boot-sample-activemq/pom.xml index 0c2d995f159..fee6bcecf09 100644 --- a/spring-boot-samples/spring-boot-sample-activemq/pom.xml +++ b/spring-boot-samples/spring-boot-sample-activemq/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-activemq + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml index b99d08f2348..31ee759a574 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-log4j2/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -33,7 +34,6 @@ org.springframework.boot spring-boot-starter-log4j2 - org.springframework.boot spring-boot-starter-web @@ -46,7 +46,7 @@ org.springframework.boot spring-boot-starter-security - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml index a16809b0296..f91c06cef0d 100644 --- a/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-actuator-ui/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-actuator @@ -35,6 +36,7 @@ org.jolokia jolokia-core + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-amqp/pom.xml b/spring-boot-samples/spring-boot-sample-amqp/pom.xml index 9011d8c5b1c..da2db78c504 100644 --- a/spring-boot-samples/spring-boot-sample-amqp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-amqp/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-amqp + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-ant/pom.xml b/spring-boot-samples/spring-boot-sample-ant/pom.xml index 47e3e965002..e4ff3251e3b 100644 --- a/spring-boot-samples/spring-boot-sample-ant/pom.xml +++ b/spring-boot-samples/spring-boot-sample-ant/pom.xml @@ -19,6 +19,7 @@ 1.9.3 + org.springframework.boot spring-boot-starter @@ -27,16 +28,17 @@ org.springframework.boot spring-boot-starter-test - - org.springframework.boot - spring-boot-loader-tools - test - org.springframework.boot spring-boot-antlib 1.5.0.BUILD-SNAPSHOT + + + org.springframework.boot + spring-boot-loader-tools + test + @@ -100,4 +102,4 @@ - \ No newline at end of file + diff --git a/spring-boot-samples/spring-boot-sample-aop/pom.xml b/spring-boot-samples/spring-boot-sample-aop/pom.xml index 83d6b2748b7..b153781b23c 100644 --- a/spring-boot-samples/spring-boot-sample-aop/pom.xml +++ b/spring-boot-samples/spring-boot-sample-aop/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-aop + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml index 4b635d2be86..4824faa8efc 100644 --- a/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml +++ b/spring-boot-samples/spring-boot-sample-atmosphere/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -38,6 +39,7 @@ atmosphere-javascript 2.2.3 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-batch/pom.xml b/spring-boot-samples/spring-boot-sample-batch/pom.xml index 2acb753de74..f356c04654e 100644 --- a/spring-boot-samples/spring-boot-sample-batch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-batch/pom.xml @@ -19,15 +19,18 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-batch + org.hsqldb hsqldb runtime + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-cache/pom.xml b/spring-boot-samples/spring-boot-sample-cache/pom.xml index c86a2d83192..fc222b880ef 100644 --- a/spring-boot-samples/spring-boot-sample-cache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-cache/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-cache @@ -103,6 +104,8 @@ 18.0 --> + + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml index de97c6cf40f..94bdadaca9c 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml +++ b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml @@ -20,10 +20,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-loader-tools + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml b/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml index c16ea8f2004..ee276cd8ef6 100644 --- a/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-cassandra/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -27,6 +28,7 @@ org.springframework.boot spring-boot-starter-data-cassandra + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml b/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml index 3073fa42056..1604bd2c473 100644 --- a/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-couchbase/pom.xml @@ -18,11 +18,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-couchbase - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml b/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml index 936aad6a399..452b071f929 100644 --- a/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-elasticsearch/pom.xml @@ -18,6 +18,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -26,13 +27,13 @@ org.springframework.boot spring-boot-starter-data-elasticsearch - + net.java.dev.jna jna runtime - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml index 32cf3a647df..b6b3d13073d 100644 --- a/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-gemfire/pom.xml @@ -19,15 +19,18 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-gemfire + org.springframework.boot spring-boot-configuration-processor true + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml index 20da51ff072..7b6c1e0fd21 100755 --- a/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-jpa/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-jpa @@ -27,11 +28,13 @@ org.springframework.boot spring-boot-starter-web + com.h2database h2 runtime + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml index 50e45626b3f..b28e06cec36 100644 --- a/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-mongodb/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -27,15 +28,16 @@ org.springframework.boot spring-boot-starter-data-mongodb + + de.flapdoodle.embed + de.flapdoodle.embed.mongo + + org.springframework.boot spring-boot-starter-test test - - de.flapdoodle.embed - de.flapdoodle.embed.mongo - diff --git a/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml b/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml index 3a1b1c02c83..8c6f907682b 100644 --- a/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-neo4j/pom.xml @@ -19,20 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-neo4j - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml index c28e29e96d3..6aeb3a45169 100644 --- a/spring-boot-samples/spring-boot-sample-data-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-redis/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-redis + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml index 5aac5104ca4..acc26d3422a 100644 --- a/spring-boot-samples/spring-boot-sample-data-rest/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-rest/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -41,11 +42,13 @@ org.springframework.boot spring-boot-starter-data-rest + com.h2database h2 runtime + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml b/spring-boot-samples/spring-boot-sample-data-solr/pom.xml index 0e9be09e43f..5e024e4c767 100644 --- a/spring-boot-samples/spring-boot-sample-data-solr/pom.xml +++ b/spring-boot-samples/spring-boot-sample-data-solr/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-solr + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-devtools/pom.xml b/spring-boot-samples/spring-boot-sample-devtools/pom.xml index 210290a73bc..af092f44f08 100644 --- a/spring-boot-samples/spring-boot-sample-devtools/pom.xml +++ b/spring-boot-samples/spring-boot-sample-devtools/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -31,6 +32,7 @@ org.springframework.boot spring-boot-devtools + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-flyway/pom.xml b/spring-boot-samples/spring-boot-sample-flyway/pom.xml index aaeb474cb48..1b08f8db964 100644 --- a/spring-boot-samples/spring-boot-sample-flyway/pom.xml +++ b/spring-boot-samples/spring-boot-sample-flyway/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-data-jpa @@ -35,13 +36,13 @@ org.flywaydb flyway-core - + com.h2database h2 runtime - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml b/spring-boot-samples/spring-boot-sample-hateoas/pom.xml index 93c1402e030..1e62e5a6c40 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hateoas/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-hateoas + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hibernate4/pom.xml b/spring-boot-samples/spring-boot-sample-hibernate4/pom.xml index febe06f8769..8343d3eca45 100755 --- a/spring-boot-samples/spring-boot-sample-hibernate4/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hibernate4/pom.xml @@ -20,6 +20,7 @@ 4.3.11.Final + org.springframework.boot spring-boot-starter-data-jpa @@ -28,11 +29,13 @@ org.springframework.boot spring-boot-starter-web + com.h2database h2 runtime + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hibernate52/pom.xml b/spring-boot-samples/spring-boot-sample-hibernate52/pom.xml index 0fb5685c922..8c3bdd3a89f 100755 --- a/spring-boot-samples/spring-boot-sample-hibernate52/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hibernate52/pom.xml @@ -20,6 +20,7 @@ 5.2.0.Final + org.springframework.boot spring-boot-starter-data-jpa @@ -34,11 +35,13 @@ org.springframework.boot spring-boot-starter-web + com.h2database h2 runtime + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hypermedia-gson/pom.xml b/spring-boot-samples/spring-boot-sample-hypermedia-gson/pom.xml index 445d628e01c..236ed21517d 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia-gson/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hypermedia-gson/pom.xml @@ -14,6 +14,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -30,6 +31,7 @@ com.google.code.gson gson + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hypermedia-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-hypermedia-jpa/pom.xml index 1ad17ce7bb4..46e7be20231 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hypermedia-jpa/pom.xml @@ -14,6 +14,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -46,6 +47,7 @@ com.h2database h2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hypermedia-ui/pom.xml b/spring-boot-samples/spring-boot-sample-hypermedia-ui/pom.xml index 6db40854184..0d8d0b4552f 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hypermedia-ui/pom.xml @@ -14,6 +14,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -30,6 +31,7 @@ org.springframework.boot spring-boot-actuator-docs + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-hypermedia/pom.xml b/spring-boot-samples/spring-boot-sample-hypermedia/pom.xml index 95b0bb431d0..96048070725 100644 --- a/spring-boot-samples/spring-boot-sample-hypermedia/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hypermedia/pom.xml @@ -15,6 +15,7 @@ UTF-8 + org.springframework.boot spring-boot-starter-web @@ -35,6 +36,7 @@ org.webjars hal-browser + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jersey/pom.xml b/spring-boot-samples/spring-boot-sample-jersey/pom.xml index 4d9825ec9aa..a4f2abc9589 100644 --- a/spring-boot-samples/spring-boot-sample-jersey/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey/pom.xml @@ -20,15 +20,18 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-jersey + org.springframework.boot spring-boot-starter-tomcat provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml index 0425457a09c..106a8438bef 100644 --- a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -36,6 +37,7 @@ jersey-servlet 1.13 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml index 0729b83809a..6c01781fc19 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml @@ -21,6 +21,7 @@ / + org.springframework.boot spring-boot-starter-web @@ -41,20 +42,22 @@ + + javax.servlet + jstl + + org.springframework.boot spring-boot-starter-jetty provided - - javax.servlet - jstl - org.eclipse.jetty apache-jsp provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml index f0e5787c4ab..41e69524ccd 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty-ssl/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-jetty/pom.xml index 57e98a14756..7b129f2a046 100644 --- a/spring-boot-samples/spring-boot-sample-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty8-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-jetty8-ssl/pom.xml index cd33f65ee71..365142bb8dd 100644 --- a/spring-boot-samples/spring-boot-sample-jetty8-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty8-ssl/pom.xml @@ -22,6 +22,7 @@ 3.0.1 + org.springframework.boot spring-boot-starter @@ -40,6 +41,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty8/pom.xml b/spring-boot-samples/spring-boot-sample-jetty8/pom.xml index 31da3c75d2f..80cdf2b0f44 100644 --- a/spring-boot-samples/spring-boot-sample-jetty8/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty8/pom.xml @@ -21,6 +21,7 @@ 2.2.0.v201112011158 + org.springframework.boot spring-boot-starter @@ -39,6 +40,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty92/pom.xml b/spring-boot-samples/spring-boot-sample-jetty92/pom.xml index 905966ef831..6331604a867 100644 --- a/spring-boot-samples/spring-boot-sample-jetty92/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty92/pom.xml @@ -20,6 +20,7 @@ 9.2.17.v20160517 + org.springframework.boot spring-boot-starter @@ -32,6 +33,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jetty93/pom.xml b/spring-boot-samples/spring-boot-sample-jetty93/pom.xml index bd34768bb97..046f4b92e5e 100644 --- a/spring-boot-samples/spring-boot-sample-jetty93/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty93/pom.xml @@ -21,6 +21,7 @@ 9.3.14.v20161028 + org.springframework.boot spring-boot-starter @@ -33,6 +34,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jooq/pom.xml b/spring-boot-samples/spring-boot-sample-jooq/pom.xml index 6763abeb74c..723e01c7a51 100644 --- a/spring-boot-samples/spring-boot-sample-jooq/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jooq/pom.xml @@ -19,25 +19,29 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-jooq + com.h2database h2 runtime - - org.springframework.boot - spring-boot-starter-test - test - + org.jooq jooq-codegen provided + + + org.springframework.boot + spring-boot-starter-test + test + diff --git a/spring-boot-samples/spring-boot-sample-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-jpa/pom.xml index 537a90d587e..c94b8345fee 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jpa/pom.xml @@ -19,23 +19,26 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-freemarker + + org.springframework + spring-orm + org.hibernate hibernate-entitymanager + com.h2database h2 runtime - - org.springframework - spring-orm - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml b/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml index 0d9b1dc28e4..41bbeb19375 100644 --- a/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jta-atomikos/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework spring-jms @@ -43,6 +44,7 @@ com.h2database h2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml b/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml index bab742d0d83..04de6df6212 100644 --- a/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jta-bitronix/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework spring-jms @@ -43,6 +44,7 @@ com.h2database h2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml b/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml index d1671e30ee0..f85cb9bb111 100644 --- a/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jta-jndi/pom.xml @@ -20,6 +20,7 @@ ${basedir}/../.. + org.springframework spring-jms @@ -38,6 +39,7 @@ + javax.servlet javax.servlet-api @@ -48,6 +50,7 @@ jms-api provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-jta-narayana/pom.xml b/spring-boot-samples/spring-boot-sample-jta-narayana/pom.xml index 892cc9b5336..34609fc276e 100644 --- a/spring-boot-samples/spring-boot-sample-jta-narayana/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jta-narayana/pom.xml @@ -14,6 +14,7 @@ ${basedir}/../.. + org.springframework spring-jms @@ -38,6 +39,7 @@ com.h2database h2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml b/spring-boot-samples/spring-boot-sample-liquibase/pom.xml index 520fa9770d9..196dcad2ac4 100644 --- a/spring-boot-samples/spring-boot-sample-liquibase/pom.xml +++ b/spring-boot-samples/spring-boot-sample-liquibase/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-jdbc @@ -35,13 +36,13 @@ org.liquibase liquibase-core - + com.h2database h2 runtime - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-logback/pom.xml b/spring-boot-samples/spring-boot-sample-logback/pom.xml index db2d7e7dc92..46651beb326 100644 --- a/spring-boot-samples/spring-boot-sample-logback/pom.xml +++ b/spring-boot-samples/spring-boot-sample-logback/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml b/spring-boot-samples/spring-boot-sample-parent-context/pom.xml index 9a4cdf56e0c..00846ba9d7e 100644 --- a/spring-boot-samples/spring-boot-sample-parent-context/pom.xml +++ b/spring-boot-samples/spring-boot-sample-parent-context/pom.xml @@ -20,6 +20,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-integration @@ -32,6 +33,7 @@ org.springframework.integration spring-integration-file + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-profile/pom.xml b/spring-boot-samples/spring-boot-sample-profile/pom.xml index 870c98077d9..9273c7eba04 100644 --- a/spring-boot-samples/spring-boot-sample-profile/pom.xml +++ b/spring-boot-samples/spring-boot-sample-profile/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-property-validation/pom.xml b/spring-boot-samples/spring-boot-sample-property-validation/pom.xml index d305188aced..45869ddb0f9 100644 --- a/spring-boot-samples/spring-boot-sample-property-validation/pom.xml +++ b/spring-boot-samples/spring-boot-sample-property-validation/pom.xml @@ -19,15 +19,18 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + org.springframework.boot spring-boot-configuration-processor true + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-secure-oauth2-resource/pom.xml b/spring-boot-samples/spring-boot-sample-secure-oauth2-resource/pom.xml index f90bb3ba12d..e6b5d780fe5 100644 --- a/spring-boot-samples/spring-boot-sample-secure-oauth2-resource/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure-oauth2-resource/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security @@ -39,6 +40,7 @@ org.springframework.security.oauth spring-security-oauth2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-secure-oauth2/pom.xml b/spring-boot-samples/spring-boot-sample-secure-oauth2/pom.xml index d94c1309c31..826ff3ddca5 100644 --- a/spring-boot-samples/spring-boot-sample-secure-oauth2/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure-oauth2/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security @@ -39,6 +40,7 @@ org.springframework.security.oauth spring-security-oauth2 + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-secure/pom.xml b/spring-boot-samples/spring-boot-sample-secure/pom.xml index 9c4aa740324..8424dd12d9b 100644 --- a/spring-boot-samples/spring-boot-sample-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-secure/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-servlet/pom.xml b/spring-boot-samples/spring-boot-sample-servlet/pom.xml index 8c2dec4186c..cb0ee232242 100644 --- a/spring-boot-samples/spring-boot-sample-servlet/pom.xml +++ b/spring-boot-samples/spring-boot-sample-servlet/pom.xml @@ -21,6 +21,7 @@ / + org.springframework.boot spring-boot-starter @@ -29,11 +30,13 @@ org.springframework.boot spring-boot-starter-security + org.springframework.boot spring-boot-starter-tomcat provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-session-redis/pom.xml b/spring-boot-samples/spring-boot-sample-session-redis/pom.xml index 0b537d8d23d..8169f08e0f4 100644 --- a/spring-boot-samples/spring-boot-sample-session-redis/pom.xml +++ b/spring-boot-samples/spring-boot-sample-session-redis/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -31,6 +32,7 @@ org.springframework.session spring-session + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-simple/pom.xml b/spring-boot-samples/spring-boot-sample-simple/pom.xml index 4bb0c846da9..7fccbaab2da 100644 --- a/spring-boot-samples/spring-boot-sample-simple/pom.xml +++ b/spring-boot-samples/spring-boot-sample-simple/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml index d97548d0476..03eae530ed0 100644 --- a/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml +++ b/spring-boot-samples/spring-boot-sample-test-nomockito/pom.xml @@ -20,10 +20,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + junit junit diff --git a/spring-boot-samples/spring-boot-sample-test/pom.xml b/spring-boot-samples/spring-boot-sample-test/pom.xml index 8fae8c901e9..0a2e8369a0e 100644 --- a/spring-boot-samples/spring-boot-sample-test/pom.xml +++ b/spring-boot-samples/spring-boot-sample-test/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web @@ -39,6 +40,7 @@ mysql mysql-connector-java + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-testng/pom.xml b/spring-boot-samples/spring-boot-sample-testng/pom.xml index 08e69992083..f2f5c3a29f8 100644 --- a/spring-boot-samples/spring-boot-sample-testng/pom.xml +++ b/spring-boot-samples/spring-boot-sample-testng/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter diff --git a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml index d6611e8d543..46f7edced6a 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-jsp/pom.xml @@ -21,6 +21,7 @@ / + org.springframework.boot spring-boot-starter-web @@ -29,6 +30,7 @@ javax.servlet jstl + org.springframework.boot spring-boot-starter-tomcat @@ -39,6 +41,7 @@ tomcat-embed-jasper provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml index 5951e042efd..d75ecf863a5 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-multi-connectors/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-tomcat @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml index dd12212113b..498a6ce205b 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat-ssl/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -35,6 +36,7 @@ org.apache.httpcomponents httpclient + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml index 7672b40fed0..780ef406963 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml index aea5b3de92a..5baea3fea56 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat7-jsp/pom.xml @@ -22,10 +22,16 @@ 7.0.59 + org.springframework.boot spring-boot-starter-web + + javax.servlet + jstl + + org.springframework.boot spring-boot-starter-tomcat @@ -42,10 +48,7 @@ tomcat-embed-jasper provided - - javax.servlet - jstl - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-tomcat7-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat7-ssl/pom.xml index 55163b9a75a..9748a22939d 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat7-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat7-ssl/pom.xml @@ -20,6 +20,7 @@ 7.0.69 + org.springframework.boot spring-boot-starter @@ -41,15 +42,12 @@ tomcat-juli ${tomcat.version} + org.springframework.boot spring-boot-starter-test test - - org.yaml - snakeyaml - diff --git a/spring-boot-samples/spring-boot-sample-tomcat80-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-tomcat80-ssl/pom.xml index 2887efa9da8..075d3eac33f 100644 --- a/spring-boot-samples/spring-boot-sample-tomcat80-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-tomcat80-ssl/pom.xml @@ -20,6 +20,7 @@ 8.0.33 + org.springframework.boot spring-boot-starter @@ -36,19 +37,16 @@ org.apache.httpcomponents httpclient - - org.springframework.boot - spring-boot-starter-test - test - org.apache.tomcat tomcat-juli ${tomcat.version} + - org.yaml - snakeyaml + org.springframework.boot + spring-boot-starter-test + test diff --git a/spring-boot-samples/spring-boot-sample-traditional/pom.xml b/spring-boot-samples/spring-boot-sample-traditional/pom.xml index 105a67ab990..008c6bb69f8 100644 --- a/spring-boot-samples/spring-boot-sample-traditional/pom.xml +++ b/spring-boot-samples/spring-boot-sample-traditional/pom.xml @@ -41,6 +41,7 @@ tomcat-embed-jasper provided + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml b/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml index 5790b629c0e..be429b2010c 100644 --- a/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml +++ b/spring-boot-samples/spring-boot-sample-undertow-ssl/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-undertow/pom.xml b/spring-boot-samples/spring-boot-sample-undertow/pom.xml index 025df9b46d5..1c60a3acaaa 100644 --- a/spring-boot-samples/spring-boot-sample-undertow/pom.xml +++ b/spring-boot-samples/spring-boot-sample-undertow/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter @@ -31,6 +32,7 @@ org.springframework spring-webmvc + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml b/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml index 489b4c9e077..afbc954e3b2 100644 --- a/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-freemarker/pom.xml @@ -20,10 +20,12 @@ / + org.springframework.boot spring-boot-starter-freemarker + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml index 736b8d57f3b..ca4dd1b9047 100755 --- a/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-groovy-templates/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-groovy-templates + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml index 6b64bae8221..5c4df67b7a2 100644 --- a/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-jsp/pom.xml @@ -21,10 +21,16 @@ / + org.springframework.boot spring-boot-starter-web + + javax.servlet + jstl + + org.springframework.boot spring-boot-starter-tomcat @@ -35,10 +41,7 @@ tomcat-embed-jasper provided - - javax.servlet - jstl - + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml index b28bb321555..86ce3cc9741 100644 --- a/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-method-security/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-actuator @@ -31,6 +32,7 @@ org.springframework.boot spring-boot-starter-thymeleaf + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml index 55ef3b09954..25481538dd3 100644 --- a/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-mustache/pom.xml @@ -20,10 +20,12 @@ / + org.springframework.boot spring-boot-starter-mustache + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml index 9ea8e4fb7e9..30337192189 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure-custom/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security @@ -27,6 +28,7 @@ org.springframework.boot spring-boot-starter-thymeleaf + org.apache.httpcomponents httpclient diff --git a/spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml index 7c1519a4390..27c38f0208e 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure-github/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security @@ -31,6 +32,7 @@ org.springframework.security.oauth spring-security-oauth2 + org.apache.httpcomponents httpclient diff --git a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml index 1aa92115d5e..2a56f50884b 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure-jdbc/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-security @@ -35,6 +36,7 @@ com.h2database h2 + org.apache.httpcomponents httpclient diff --git a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml index a23474b27ad..e8c037680d7 100644 --- a/spring-boot-samples/spring-boot-sample-web-secure/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-secure/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-actuator @@ -31,6 +32,7 @@ org.springframework.boot spring-boot-starter-thymeleaf + org.apache.httpcomponents httpclient diff --git a/spring-boot-samples/spring-boot-sample-web-static/pom.xml b/spring-boot-samples/spring-boot-sample-web-static/pom.xml index b884ae1f915..d0e1719c52e 100644 --- a/spring-boot-samples/spring-boot-sample-web-static/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-static/pom.xml @@ -20,20 +20,11 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-web - - org.springframework.boot - spring-boot-starter-tomcat - provided - - - org.springframework.boot - spring-boot-starter-test - test - org.webjars bootstrap @@ -44,6 +35,18 @@ jquery 2.0.3-1 + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.springframework.boot + spring-boot-starter-test + test + diff --git a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml index 66bce85beff..043de12da2a 100755 --- a/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-thymeleaf3/pom.xml @@ -21,10 +21,12 @@ 2.1.1 + org.springframework.boot spring-boot-starter-thymeleaf + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml index d6e3b5d9c65..38106614467 100755 --- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml +++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-thymeleaf + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-webservices/pom.xml b/spring-boot-samples/spring-boot-sample-webservices/pom.xml index 6c469667b1e..c393274b003 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/pom.xml +++ b/spring-boot-samples/spring-boot-sample-webservices/pom.xml @@ -19,11 +19,7 @@ ${basedir}/../.. - - org.springframework.boot - spring-boot-starter-test - test - + org.springframework.boot spring-boot-starter-web-services @@ -40,6 +36,12 @@ wsdl4j wsdl4j + + + org.springframework.boot + spring-boot-starter-test + test + diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml index 3036f591bf1..c75d4e15512 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-jetty/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-websocket @@ -33,6 +34,7 @@ org.springframework.boot spring-boot-starter-jetty + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-websocket-jetty93/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-jetty93/pom.xml index b23e1483afc..881386fd43f 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-jetty93/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-jetty93/pom.xml @@ -21,6 +21,7 @@ 9.3.14.v20161028 + org.springframework.boot spring-boot-starter-websocket @@ -35,6 +36,7 @@ org.springframework.boot spring-boot-starter-jetty + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml index f96d01ffe58..0661ae5bd80 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-tomcat/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-websocket + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml index 1664af9da4e..a75fe4df18f 100755 --- a/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml +++ b/spring-boot-samples/spring-boot-sample-websocket-undertow/pom.xml @@ -19,6 +19,7 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter-websocket @@ -33,6 +34,7 @@ org.springframework.boot spring-boot-starter-undertow + org.springframework.boot spring-boot-starter-test diff --git a/spring-boot-samples/spring-boot-sample-xml/pom.xml b/spring-boot-samples/spring-boot-sample-xml/pom.xml index d0834b1b668..7c7a33f1f13 100644 --- a/spring-boot-samples/spring-boot-sample-xml/pom.xml +++ b/spring-boot-samples/spring-boot-sample-xml/pom.xml @@ -19,10 +19,12 @@ ${basedir}/../.. + org.springframework.boot spring-boot-starter + org.springframework.boot spring-boot-starter-test