Browse Source

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

2.0.x
Luke Taylor 18 years ago
parent
commit
d333655b0b
  1. 2
      core/pom.xml
  2. 6
      samples/pom.xml

2
core/pom.xml

@ -62,7 +62,7 @@ @@ -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>

6
samples/pom.xml

@ -23,6 +23,12 @@ @@ -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>

Loading…
Cancel
Save