diff --git a/pom.xml b/pom.xml index aa8bc53c5f..5a9e85ddf6 100644 --- a/pom.xml +++ b/pom.xml @@ -31,9 +31,9 @@ spring-security-mvc-session spring-security-rest spring-security-rest-basic-auth - spring-security-rest-custom + spring-security-rest-digest-auth - spring-security-rest-full + \ No newline at end of file diff --git a/spring-security-basic-auth/pom.xml b/spring-security-basic-auth/pom.xml index a944c37ac4..2c8d949b64 100644 --- a/spring-security-basic-auth/pom.xml +++ b/spring-security-basic-auth/pom.xml @@ -29,6 +29,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-mvc-custom/pom.xml b/spring-security-mvc-custom/pom.xml index 56fa66811e..945810b4d1 100644 --- a/spring-security-mvc-custom/pom.xml +++ b/spring-security-mvc-custom/pom.xml @@ -34,6 +34,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-mvc-digest-auth/pom.xml b/spring-security-mvc-digest-auth/pom.xml index eed8379020..2135c42234 100644 --- a/spring-security-mvc-digest-auth/pom.xml +++ b/spring-security-mvc-digest-auth/pom.xml @@ -29,6 +29,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-mvc-login/pom.xml b/spring-security-mvc-login/pom.xml index fffea2dfc5..c4e654616f 100644 --- a/spring-security-mvc-login/pom.xml +++ b/spring-security-mvc-login/pom.xml @@ -34,6 +34,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-mvc-session/pom.xml b/spring-security-mvc-session/pom.xml index 80ede48aff..dd3fb4c5f3 100644 --- a/spring-security-mvc-session/pom.xml +++ b/spring-security-mvc-session/pom.xml @@ -34,6 +34,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-rest-custom/pom.xml b/spring-security-rest-custom/pom.xml index 37420f175a..cff807868c 100644 --- a/spring-security-rest-custom/pom.xml +++ b/spring-security-rest-custom/pom.xml @@ -29,6 +29,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework diff --git a/spring-security-rest-full/pom.xml b/spring-security-rest-full/pom.xml index b2021aa639..d17388f539 100644 --- a/spring-security-rest-full/pom.xml +++ b/spring-security-rest-full/pom.xml @@ -28,6 +28,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework @@ -71,6 +77,25 @@ ${org.springframework.version} + + + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + commons-logging + commons-logging + + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + + @@ -198,6 +223,12 @@ rest-assured 2.3.0 test + + + commons-logging + commons-logging + + diff --git a/spring-security-rest/pom.xml b/spring-security-rest/pom.xml index 8ee13bc97e..da5ed3d24e 100644 --- a/spring-security-rest/pom.xml +++ b/spring-security-rest/pom.xml @@ -29,6 +29,12 @@ org.springframework spring-core ${org.springframework.version} + + + commons-logging + commons-logging + + org.springframework