Use commons-logging for bootstrap dependencies

Update main bootstrap modules to use Apache commons-logging rather than
SLF4J.
This commit is contained in:
Phillip Webb
2013-05-08 13:37:23 -07:00
parent 2f3b30e49f
commit e7a67ba2a8
2 changed files with 0 additions and 16 deletions

View File

@@ -459,12 +459,6 @@
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>${spring.version}</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>