1
0
mirror of synced 2026-08-06 10:18:52 +00:00

SEC-1488: Remove commons-logging dependencies from maven poms and use slf4j in all samples.

This commit is contained in:
Luke Taylor
2010-05-28 13:10:08 +01:00
parent aaa7bd90b2
commit 27faad3402
13 changed files with 170 additions and 61 deletions
+2 -19
View File
@@ -26,7 +26,6 @@
<artifactId>spring-security-taglibs</artifactId>
<version>${spring.security.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
@@ -53,22 +52,6 @@
<artifactId>spring-orm</artifactId>
<version>${spring.version}</version>
</dependency>
<!--
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>${spring.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>runtime</scope>
<version>${spring.version}</version>
</dependency>
-->
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
@@ -140,13 +123,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
<version>1.6.0</version>
<scope>runtime</scope>
</dependency>
<dependency>