diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 5058e8cffe..b4f776cbea 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -50,7 +50,10 @@ 5.9.1 1.8.0 3.0.2 + 1.9.1 + 3.2.1 1.4 + 2.1 1.6 2.2 1.3.0-beta20 @@ -74,6 +77,7 @@ 3.18.1-GA 2.4.1 8.1.14.v20131031 + 2.2.0.v201112011158 2.3 1.2.0 1.2 @@ -335,6 +339,11 @@ metrics-servlets ${codahale-metrics.version} + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + com.fasterxml.jackson.core jackson-core @@ -365,11 +374,38 @@ HikariCP ${hikaricp.version} + + commons-beanutils + commons-beanutils + ${commons-beanutils.version} + + + commons-logging + commons-logging + + + + + commons-collections + commons-collections + ${commons-collections.version} + commons-dbcp commons-dbcp ${commons-dbcp.version} + + commons-digester + commons-digester + ${commons-digester.version} + + + commons-logging + commons-logging + + + commons-pool commons-pool @@ -446,6 +482,11 @@ + + org.apache.httpcomponents + httpmime + ${httpclient.version} + org.apache.httpcomponents httpasyncclient @@ -668,23 +709,28 @@ org.eclipse.jetty jetty-jsp ${jetty.version} - - - org.eclipse.jetty - jetty-webapp - ${jetty.version} - javax.servlet org.eclipse.jetty.orbit + javax.servlet + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + org.eclipse.jetty jetty-util ${jetty.version} + + org.eclipse.jetty.orbit + javax.servlet.jsp + ${jetty-jsp.version} + org.freemarker freemarker diff --git a/spring-boot-starters/pom.xml b/spring-boot-starters/pom.xml index b9cee097aa..6d128af05c 100644 --- a/spring-boot-starters/pom.xml +++ b/spring-boot-starters/pom.xml @@ -53,4 +53,32 @@ spring-boot-starter-web spring-boot-starter-websocket + + + + org.apache.maven.plugins + maven-enforcer-plugin + + + enforce-rules + + enforce + + + + + + commons-logging:commons-logging:* + + true + + + + true + + + + + + diff --git a/spring-boot-starters/spring-boot-starter-actuator/pom.xml b/spring-boot-starters/spring-boot-starter-actuator/pom.xml index afd16530c6..4e4efd493b 100644 --- a/spring-boot-starters/spring-boot-starter-actuator/pom.xml +++ b/spring-boot-starters/spring-boot-starter-actuator/pom.xml @@ -26,5 +26,15 @@ org.springframework.boot spring-boot-actuator + + org.springframework + spring-core + + + commons-logging + commons-logging + + + diff --git a/spring-boot-starters/spring-boot-starter-amqp/pom.xml b/spring-boot-starters/spring-boot-starter-amqp/pom.xml index f9c100a7a2..9efffe8c09 100644 --- a/spring-boot-starters/spring-boot-starter-amqp/pom.xml +++ b/spring-boot-starters/spring-boot-starter-amqp/pom.xml @@ -26,5 +26,15 @@ org.springframework.amqp spring-rabbit + + org.springframework + spring-core + + + commons-logging + commons-logging + + + diff --git a/spring-boot-starters/spring-boot-starter-aop/pom.xml b/spring-boot-starters/spring-boot-starter-aop/pom.xml index 9b3cb8c055..6f958bffad 100644 --- a/spring-boot-starters/spring-boot-starter-aop/pom.xml +++ b/spring-boot-starters/spring-boot-starter-aop/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-aop diff --git a/spring-boot-starters/spring-boot-starter-batch/pom.xml b/spring-boot-starters/spring-boot-starter-batch/pom.xml index fca59ac791..87189e62e9 100644 --- a/spring-boot-starters/spring-boot-starter-batch/pom.xml +++ b/spring-boot-starters/spring-boot-starter-batch/pom.xml @@ -26,6 +26,16 @@ org.hsqldb hsqldb + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-jdbc diff --git a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml index cfe5af5ee4..50cd6e7ce6 100644 --- a/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-gemfire/pom.xml @@ -27,6 +27,16 @@ com.gemstone.gemfire gemfire + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.data spring-data-gemfire diff --git a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index 89fb646b45..b8f358f4b7 100644 --- a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -18,6 +18,10 @@ ${basedir}/../.. + + org.springframework.boot + spring-boot-starter + org.springframework.boot spring-boot-starter-aop @@ -30,6 +34,16 @@ org.hibernate hibernate-entitymanager + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-orm diff --git a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml index 473bc6dcf9..b29363f6cc 100644 --- a/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-mongodb/pom.xml @@ -26,6 +26,16 @@ org.mongodb mongo-java-driver + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.data spring-data-mongodb diff --git a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index 8b4c823f19..81e26793ea 100644 --- a/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -22,9 +22,27 @@ org.springframework.boot spring-boot-starter-web + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.data spring-data-rest-webmvc + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + diff --git a/spring-boot-starters/spring-boot-starter-data-solr/pom.xml b/spring-boot-starters/spring-boot-starter-data-solr/pom.xml index 16b912a47f..96a7cc46b4 100644 --- a/spring-boot-starters/spring-boot-starter-data-solr/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-solr/pom.xml @@ -26,9 +26,23 @@ org.apache.solr solr-solrj + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.data spring-data-solr + + org.apache.httpcomponents + httpmime + diff --git a/spring-boot-starters/spring-boot-starter-freemarker/pom.xml b/spring-boot-starters/spring-boot-starter-freemarker/pom.xml index 3643f5d510..6bb9f98963 100644 --- a/spring-boot-starters/spring-boot-starter-freemarker/pom.xml +++ b/spring-boot-starters/spring-boot-starter-freemarker/pom.xml @@ -26,6 +26,16 @@ org.freemarker freemarker + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-context-support diff --git a/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml b/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml index 3c8efac6cb..41a98cc39a 100644 --- a/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml +++ b/spring-boot-starters/spring-boot-starter-groovy-templates/pom.xml @@ -30,5 +30,15 @@ org.codehaus.groovy groovy-templates + + org.springframework + spring-core + + + commons-logging + commons-logging + + + diff --git a/spring-boot-starters/spring-boot-starter-hornetq/pom.xml b/spring-boot-starters/spring-boot-starter-hornetq/pom.xml index 25e7f14d52..cb48ad9608 100644 --- a/spring-boot-starters/spring-boot-starter-hornetq/pom.xml +++ b/spring-boot-starters/spring-boot-starter-hornetq/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-jms diff --git a/spring-boot-starters/spring-boot-starter-integration/pom.xml b/spring-boot-starters/spring-boot-starter-integration/pom.xml index 63780a3bab..b94000c6cd 100644 --- a/spring-boot-starters/spring-boot-starter-integration/pom.xml +++ b/spring-boot-starters/spring-boot-starter-integration/pom.xml @@ -26,6 +26,16 @@ org.springframework.boot spring-boot-starter-aop + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-messaging diff --git a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml index 631b917545..bade0dd6b7 100644 --- a/spring-boot-starters/spring-boot-starter-jdbc/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jdbc/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-jdbc diff --git a/spring-boot-starters/spring-boot-starter-jetty/pom.xml b/spring-boot-starters/spring-boot-starter-jetty/pom.xml index 96a315dcee..f44f209b7d 100644 --- a/spring-boot-starters/spring-boot-starter-jetty/pom.xml +++ b/spring-boot-starters/spring-boot-starter-jetty/pom.xml @@ -18,6 +18,16 @@ ${basedir}/../.. + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.eclipse.jetty jetty-webapp @@ -26,5 +36,15 @@ org.eclipse.jetty jetty-jsp + + org.springframework + spring-core + + + commons-logging + commons-logging + + + diff --git a/spring-boot-starters/spring-boot-starter-mobile/pom.xml b/spring-boot-starters/spring-boot-starter-mobile/pom.xml index 1f0ae1a526..e94466fc0a 100644 --- a/spring-boot-starters/spring-boot-starter-mobile/pom.xml +++ b/spring-boot-starters/spring-boot-starter-mobile/pom.xml @@ -26,6 +26,16 @@ org.springframework.boot spring-boot-starter-web + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.mobile spring-mobile-device diff --git a/spring-boot-starters/spring-boot-starter-redis/pom.xml b/spring-boot-starters/spring-boot-starter-redis/pom.xml index 4aba0f677d..cc031e4516 100644 --- a/spring-boot-starters/spring-boot-starter-redis/pom.xml +++ b/spring-boot-starters/spring-boot-starter-redis/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.data spring-data-redis diff --git a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml index 46d2b9f428..f725d2a840 100644 --- a/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml +++ b/spring-boot-starters/spring-boot-starter-remote-shell/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter-actuator + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-context diff --git a/spring-boot-starters/spring-boot-starter-security/pom.xml b/spring-boot-starters/spring-boot-starter-security/pom.xml index d236113158..fb9ad3c944 100644 --- a/spring-boot-starters/spring-boot-starter-security/pom.xml +++ b/spring-boot-starters/spring-boot-starter-security/pom.xml @@ -22,6 +22,32 @@ org.springframework.boot spring-boot-starter + + org.springframework + spring-beans + + + org.springframework + spring-context + + + org.springframework + spring-core + + + commons-logging + commons-logging + + + + + org.springframework + spring-expression + + + org.springframework + spring-web + org.springframework.security spring-security-config @@ -34,25 +60,5 @@ org.springframework spring-aop - - org.springframework - spring-beans - - - org.springframework - spring-context - - - org.springframework - spring-core - - - org.springframework - spring-expression - - - org.springframework - spring-web - diff --git a/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml b/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml index ccd0e9dda0..fb69f07bdb 100644 --- a/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-facebook/pom.xml @@ -28,6 +28,16 @@ spring-boot-starter-web ${project.version} + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.social spring-social-config diff --git a/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml b/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml index f810022162..3396bb55be 100644 --- a/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-linkedin/pom.xml @@ -28,6 +28,16 @@ spring-boot-starter-web ${project.version} + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.social spring-social-config diff --git a/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml b/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml index 917f7d372f..db8dc28b82 100644 --- a/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml +++ b/spring-boot-starters/spring-boot-starter-social-twitter/pom.xml @@ -28,6 +28,16 @@ spring-boot-starter-web ${project.version} + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.social spring-social-config diff --git a/spring-boot-starters/spring-boot-starter-test/pom.xml b/spring-boot-starters/spring-boot-starter-test/pom.xml index 3ce1541898..7cc801e9f0 100644 --- a/spring-boot-starters/spring-boot-starter-test/pom.xml +++ b/spring-boot-starters/spring-boot-starter-test/pom.xml @@ -36,7 +36,7 @@ org.springframework - spring-test + spring-core commons-logging @@ -44,5 +44,9 @@ + + org.springframework + spring-test + diff --git a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml index d470b68bb3..ee963324a7 100644 --- a/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml +++ b/spring-boot-starters/spring-boot-starter-thymeleaf/pom.xml @@ -22,6 +22,16 @@ org.springframework.boot spring-boot-starter-web + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.thymeleaf thymeleaf-spring4 diff --git a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml index 2895e024bc..de12ace138 100644 --- a/spring-boot-starters/spring-boot-starter-tomcat/pom.xml +++ b/spring-boot-starters/spring-boot-starter-tomcat/pom.xml @@ -30,5 +30,15 @@ org.apache.tomcat.embed tomcat-embed-logging-juli + + org.springframework + spring-core + + + commons-logging + commons-logging + + + diff --git a/spring-boot-starters/spring-boot-starter-velocity/pom.xml b/spring-boot-starters/spring-boot-starter-velocity/pom.xml index eba972e381..c3f606589d 100644 --- a/spring-boot-starters/spring-boot-starter-velocity/pom.xml +++ b/spring-boot-starters/spring-boot-starter-velocity/pom.xml @@ -22,6 +22,18 @@ org.springframework.boot spring-boot-starter-web + + commons-beanutils + commons-beanutils + + + commons-collections + commons-collections + + + commons-digester + commons-digester + org.apache.velocity velocity @@ -30,6 +42,16 @@ org.apache.velocity velocity-tools + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-context-support diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml index 30d3c27768..aa3d9d3eb6 100644 --- a/spring-boot-starters/spring-boot-starter-web/pom.xml +++ b/spring-boot-starters/spring-boot-starter-web/pom.xml @@ -34,6 +34,16 @@ org.hibernate hibernate-validator + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework spring-web diff --git a/spring-boot-starters/spring-boot-starter-websocket/pom.xml b/spring-boot-starters/spring-boot-starter-websocket/pom.xml index b973ca943a..96d6e3ca16 100644 --- a/spring-boot-starters/spring-boot-starter-websocket/pom.xml +++ b/spring-boot-starters/spring-boot-starter-websocket/pom.xml @@ -18,6 +18,16 @@ ${basedir}/../.. + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.springframework.boot spring-boot-starter-web diff --git a/spring-boot-starters/spring-boot-starter/pom.xml b/spring-boot-starters/spring-boot-starter/pom.xml index d78faedb03..4917bdf3ce 100644 --- a/spring-boot-starters/spring-boot-starter/pom.xml +++ b/spring-boot-starters/spring-boot-starter/pom.xml @@ -30,6 +30,16 @@ org.springframework.boot spring-boot-starter-logging + + org.springframework + spring-core + + + commons-logging + commons-logging + + + org.yaml snakeyaml