1
0
mirror of synced 2026-08-05 01:36:56 +00:00

Updated to commons logging 1.1.1 to get rid of servlet api dependency in their pom

This commit is contained in:
Luke Taylor
2008-03-20 19:43:55 +00:00
parent 56b967f935
commit d333655b0b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>