diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml
index e912d8e7a..8c1148c39 100644
--- a/openid-connect-common/pom.xml
+++ b/openid-connect-common/pom.xml
@@ -27,6 +27,11 @@
OpenID Connect Common modules
OpenID Connect Common
+
+ org.springframework
+ spring-core
+ ${org.springframework-version}
+
org.springframework
spring-webmvc
@@ -68,47 +73,6 @@
2.0
-
-
- javax.servlet
- servlet-api
- 2.5
- provided
-
-
- javax.servlet.jsp
- jsp-api
- 2.1
- provided
-
-
- javax.servlet
- jstl
- 1.2
-
-
-
-
-
- junit
- junit
- 4.7
- test
-
-
- org.easymock
- easymock
- 2.0
- test
-
-
- org.springframework
- spring-test
- ${org.springframework-version}
- test
-
-
-
org.slf4j
diff --git a/pom.xml b/pom.xml
index 6046bf698..12151d78c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -207,4 +207,54 @@
+
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+ provided
+
+
+ javax.servlet.jsp
+ jsp-api
+ 2.1
+ provided
+
+
+ javax.servlet
+ jstl
+ 1.2
+
+
+
+
+
+ junit
+ junit
+ 4.7
+ test
+
+
+ org.easymock
+ easymock
+ 2.0
+ test
+
+
+ org.springframework
+ spring-test
+ ${org.springframework-version}
+ test
+
+
+ org.mockito
+ mockito-all
+ 1.9.0
+ test
+
+
+
+
+
\ No newline at end of file