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

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>