diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index de818a74ec..86f27d9872 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -143,6 +143,12 @@ ${logback.version} + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + org.slf4j log4j-over-slf4j @@ -163,6 +169,12 @@ commons-beanutils commons-beanutils 1.8.3 + + + commons-logging + commons-logging + + @@ -292,6 +304,12 @@ selenium-java ${selenium.version} test + + + commons-logging + commons-logging + + @@ -320,6 +338,12 @@ jersey-apache-client ${jersey.version} test + + + commons-logging + commons-logging + +