From be578815988335c42672ce1a26d367a92e6d8964 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 5 Aug 2013 14:25:39 -0700 Subject: [PATCH] Exclude commons-logging from test dependencies --- spring-boot-parent/pom.xml | 10 ++++++++-- .../spring-boot-starter-parent/pom.xml | 8 +++++++- spring-boot-starters/src/main/parent/pom.xml | 8 +++++++- 3 files changed, 22 insertions(+), 4 deletions(-) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index 3335ca78a74..94f5ca236ce 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -34,7 +34,7 @@ - net.sf.jopt-simple @@ -164,6 +164,12 @@ org.springframework spring-test test + + + commons-logging + commons-logging + + @@ -288,7 +294,7 @@ - spring-snapshot-build diff --git a/spring-boot-starters/spring-boot-starter-parent/pom.xml b/spring-boot-starters/spring-boot-starter-parent/pom.xml index 07268739331..ffa5cf4f05f 100644 --- a/spring-boot-starters/spring-boot-starter-parent/pom.xml +++ b/spring-boot-starters/spring-boot-starter-parent/pom.xml @@ -17,7 +17,7 @@ pom 0.5.0.BUILD-SNAPSHOT - 1.6 + 1.6 @@ -99,6 +99,12 @@ org.springframework spring-test test + + + commons-logging + commons-logging + + diff --git a/spring-boot-starters/src/main/parent/pom.xml b/spring-boot-starters/src/main/parent/pom.xml index ec5153abd7a..b52bd56f0d0 100644 --- a/spring-boot-starters/src/main/parent/pom.xml +++ b/spring-boot-starters/src/main/parent/pom.xml @@ -17,7 +17,7 @@ pom @{project.version} - 1.6 + 1.6 @@ -99,6 +99,12 @@ org.springframework spring-test test + + + commons-logging + commons-logging + +