diff --git a/openid-connect-common/pom.xml b/openid-connect-common/pom.xml
index 7156af5f0..1b9db7adf 100644
--- a/openid-connect-common/pom.xml
+++ b/openid-connect-common/pom.xml
@@ -31,6 +31,12 @@
org.springframework
spring-core
+
+
+ commons-logging
+ commons-logging
+
+
org.springframework
diff --git a/openid-connect-server-webapp/pom.xml b/openid-connect-server-webapp/pom.xml
index 16fc6e6e6..354ddcc29 100644
--- a/openid-connect-server-webapp/pom.xml
+++ b/openid-connect-server-webapp/pom.xml
@@ -94,6 +94,12 @@
org.springframework
spring-orm
+
+
+ commons-logging
+ commons-logging
+
+
org.slf4j
diff --git a/pom.xml b/pom.xml
index 102aa087f..49c37479a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -70,7 +70,7 @@
1.7
- 1.7.7
+ 1.7.12
A reference implementation of OpenID Connect (http://openid.net/connect/), OAuth 2.0, and UMA built on top of Java, Spring, and Spring Security. The project contains a fully functioning server, client, and utility library.
https://github.com/mitreid-connect
@@ -353,7 +353,6 @@
org.slf4j
jcl-over-slf4j
${org.slf4j-version}
- runtime
org.slf4j
@@ -510,6 +509,10 @@
org.slf4j
slf4j-jdk14
+
+ org.slf4j
+ jcl-over-slf4j
+
javax.servlet
servlet-api