From be3fe12cf0d8966fec30d7c862522295e1eb4be6 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 30 Dec 2016 11:46:24 -0800 Subject: [PATCH] Polish --- .../spring-boot-sample-activemq/pom.xml | 2 ++ .../pom.xml | 4 ++-- .../spring-boot-sample-actuator-ui/pom.xml | 2 ++ .../spring-boot-sample-amqp/pom.xml | 2 ++ .../spring-boot-sample-ant/pom.xml | 14 ++++++----- .../spring-boot-sample-aop/pom.xml | 2 ++ .../spring-boot-sample-atmosphere/pom.xml | 2 ++ .../spring-boot-sample-batch/pom.xml | 3 +++ .../spring-boot-sample-cache/pom.xml | 3 +++ .../spring-boot-sample-custom-layout/pom.xml | 2 ++ .../spring-boot-sample-data-cassandra/pom.xml | 2 ++ .../spring-boot-sample-data-couchbase/pom.xml | 3 ++- .../pom.xml | 5 ++-- .../spring-boot-sample-data-gemfire/pom.xml | 3 +++ .../spring-boot-sample-data-jpa/pom.xml | 3 +++ .../spring-boot-sample-data-mongodb/pom.xml | 10 ++++---- .../spring-boot-sample-data-neo4j/pom.xml | 12 ++-------- .../spring-boot-sample-data-redis/pom.xml | 2 ++ .../spring-boot-sample-data-rest/pom.xml | 3 +++ .../spring-boot-sample-data-solr/pom.xml | 2 ++ .../spring-boot-sample-devtools/pom.xml | 2 ++ .../spring-boot-sample-flyway/pom.xml | 5 ++-- .../spring-boot-sample-hateoas/pom.xml | 2 ++ .../spring-boot-sample-hibernate4/pom.xml | 3 +++ .../spring-boot-sample-hibernate52/pom.xml | 3 +++ .../pom.xml | 2 ++ .../spring-boot-sample-hypermedia-jpa/pom.xml | 2 ++ .../spring-boot-sample-hypermedia-ui/pom.xml | 2 ++ .../spring-boot-sample-hypermedia/pom.xml | 2 ++ .../spring-boot-sample-jersey/pom.xml | 3 +++ .../spring-boot-sample-jersey1/pom.xml | 2 ++ .../spring-boot-sample-jetty-jsp/pom.xml | 11 +++++---- .../spring-boot-sample-jetty-ssl/pom.xml | 2 ++ .../spring-boot-sample-jetty/pom.xml | 2 ++ .../spring-boot-sample-jetty8-ssl/pom.xml | 2 ++ .../spring-boot-sample-jetty8/pom.xml | 2 ++ .../spring-boot-sample-jetty92/pom.xml | 2 ++ .../spring-boot-sample-jetty93/pom.xml | 2 ++ .../spring-boot-sample-jooq/pom.xml | 14 +++++++---- .../spring-boot-sample-jpa/pom.xml | 11 +++++---- .../spring-boot-sample-jta-atomikos/pom.xml | 2 ++ .../spring-boot-sample-jta-bitronix/pom.xml | 2 ++ .../spring-boot-sample-jta-jndi/pom.xml | 3 +++ .../spring-boot-sample-jta-narayana/pom.xml | 2 ++ .../spring-boot-sample-liquibase/pom.xml | 5 ++-- .../spring-boot-sample-logback/pom.xml | 2 ++ .../spring-boot-sample-parent-context/pom.xml | 2 ++ .../spring-boot-sample-profile/pom.xml | 2 ++ .../pom.xml | 3 +++ .../pom.xml | 2 ++ .../spring-boot-sample-secure-oauth2/pom.xml | 2 ++ .../spring-boot-sample-secure/pom.xml | 2 ++ .../spring-boot-sample-servlet/pom.xml | 3 +++ .../spring-boot-sample-session-redis/pom.xml | 2 ++ .../spring-boot-sample-simple/pom.xml | 2 ++ .../spring-boot-sample-test-nomockito/pom.xml | 2 ++ .../spring-boot-sample-test/pom.xml | 2 ++ .../spring-boot-sample-testng/pom.xml | 1 + .../spring-boot-sample-tomcat-jsp/pom.xml | 3 +++ .../pom.xml | 2 ++ .../spring-boot-sample-tomcat-ssl/pom.xml | 2 ++ .../spring-boot-sample-tomcat/pom.xml | 2 ++ .../spring-boot-sample-tomcat7-jsp/pom.xml | 11 +++++---- .../spring-boot-sample-tomcat7-ssl/pom.xml | 6 ++--- .../spring-boot-sample-tomcat80-ssl/pom.xml | 12 ++++------ .../spring-boot-sample-traditional/pom.xml | 1 + .../spring-boot-sample-undertow-ssl/pom.xml | 2 ++ .../spring-boot-sample-undertow/pom.xml | 2 ++ .../spring-boot-sample-web-freemarker/pom.xml | 2 ++ .../pom.xml | 2 ++ .../spring-boot-sample-web-jsp/pom.xml | 11 +++++---- .../pom.xml | 2 ++ .../spring-boot-sample-web-mustache/pom.xml | 2 ++ .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../spring-boot-sample-web-secure/pom.xml | 2 ++ .../spring-boot-sample-web-static/pom.xml | 23 +++++++++++-------- .../spring-boot-sample-web-thymeleaf3/pom.xml | 2 ++ .../spring-boot-sample-web-ui/pom.xml | 2 ++ .../spring-boot-sample-webservices/pom.xml | 12 ++++++---- .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../pom.xml | 2 ++ .../spring-boot-sample-xml/pom.xml | 2 ++ 86 files changed, 241 insertions(+), 76 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-activemq/pom.xml b/spring-boot-samples/spring-boot-sample-activemq/pom.xml index 0c2d995f15..fee6bcecf0 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 b99d08f234..31ee759a57 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 a16809b029..f91c06cef0 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 9011d8c5b1..da2db78c50 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 47e3e96500..e4ff3251e3 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 83d6b2748b..b153781b23 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 4b635d2be8..4824faa8ef 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 2acb753de7..f356c04654 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 c86a2d8319..fc222b880e 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 de97c6cf40..94bdadaca9 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 c16ea8f200..ee276cd8ef 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 3073fa4205..1604bd2c47 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 936aad6a39..452b071f92 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 32cf3a647d..b6b3d13073 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 20da51ff07..7b6c1e0fd2 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 50e45626b3..b28e06cec3 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 3a1b1c02c8..8c6f907682 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 c28e29e96d..6aeb3a4516 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 5aac5104ca..acc26d3422 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 0e9be09e43..5e024e4c76 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 210290a73b..af092f44f0 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 aaeb474cb4..1b08f8db96 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 93c1402e03..1e62e5a6c4 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 febe06f876..8343d3eca4 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 0fb5685c92..8c3bdd3a89 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 445d628e01..236ed21517 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 1ad17ce7bb..46e7be2023 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 6db4085418..0d8d0b4552 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 95b0bb431d..9604807072 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 4d9825ec9a..a4f2abc958 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 0425457a09..106a8438be 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 0729b83809..6c01781fc1 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 f0e5787c4a..41e69524cc 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 57e98a1475..7b129f2a04 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 cd33f65ee7..365142bb8d 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 31da3c75d2..80cdf2b0f4 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 905966ef83..6331604a86 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 bd34768bb9..046f4b92e5 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 6763abeb74..723e01c7a5 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 537a90d587..c94b8345fe 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 0d9b1dc28e..41bbeb1937 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 bab742d0d8..04de6df621 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 d1671e30ee..f85cb9bb11 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 892cc9b533..34609fc276 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 520fa9770d..196dcad2ac 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 db2d7e7dc9..46651beb32 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 9a4cdf56e0..00846ba9d7 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 870c98077d..9273c7eba0 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 d305188ace..45869ddb0f 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 f90bb3ba12..e6b5d780fe 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 d94c1309c3..826ff3ddca 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 9c4aa74032..8424dd12d9 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 8c2dec4186..cb0ee23224 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 0b537d8d23..8169f08e0f 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 4bb0c846da..7fccbaab2d 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 d97548d047..03eae530ed 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 8fae8c901e..0a2e8369a0 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 08e6999208..f2f5c3a29f 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 d6611e8d54..46f7edced6 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 5951e042ef..d75ecf863a 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 dd12212113..498a6ce205 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 7672b40fed..780ef40696 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 aea5b3de92..5baea3fea5 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 55163b9a75..9748a22939 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 2887efa9da..075d3eac33 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 105a67ab99..008c6bb69f 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 5790b629c0..be429b2010 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 025df9b46d..1c60a3acaa 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 489b4c9e07..afbc954e3b 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 736b8d57f3..ca4dd1b904 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 6b64bae822..5c4df67b7a 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 b28bb32155..86ce3cc974 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 55ef3b0995..25481538dd 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 9ea8e4fb7e..3033719218 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 7c1519a439..27c38f0208 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 1aa92115d5..2a56f50884 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 a23474b27a..e8c037680d 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 b884ae1f91..d0e1719c52 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 66bce85bef..043de12da2 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 d6e3b5d9c6..3810661446 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 6c469667b1..c393274b00 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 3036f591bf..c75d4e1551 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 b23e1483af..881386fd43 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 f96d01ffe5..0661ae5bd8 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 1664af9da4..a75fe4df18 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 d0834b1b66..7c7a33f1f1 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