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
+6
View File
@@ -23,6 +23,12 @@
</modules>
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>