diff --git a/pom.xml b/pom.xml
index 0d06cc4..96b2c77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,12 @@
org.springmodules
spring-modules-jakarta-commons
0.8a
+
+
+ javax.servlet
+ servlet-api
+
+
@@ -120,6 +126,20 @@
commons-configuration
1.6
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.0.1
+ provided
+
+
+
+ javax.servlet.jsp
+ javax.servlet.jsp-api
+ 2.2.1
+ provided
+
@@ -174,6 +194,20 @@
4.8.1
test
+
+
+ commons-io
+ commons-io
+ 2.4
+ test
+
+
+
+ xmlunit
+ xmlunit
+ 1.2
+ test
+