1
0
mirror of synced 2026-08-04 17:27:13 +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
-4
View File
@@ -11,10 +11,6 @@
<artifactId>spring-security-aspects</artifactId>
<name>Spring Security - Aspects</name>
<dependencies>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>