@ -62,7 +62,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
<groupId>commons-codec</groupId>
@ -23,6 +23,12 @@
</modules>
<dependencies>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.4</version>
<scope>provided</scope>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>