diff --git a/samples/odm/pom.xml b/samples/odm/pom.xml index 81e6d18e..a140923f 100644 --- a/samples/odm/pom.xml +++ b/samples/odm/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-odm-sample - 2.0.3.CI-SNAPSHOT + 2.0.4.CI-SNAPSHOT war spring-ldap-odm-sample spring-ldap-odm-sample @@ -72,12 +72,42 @@ + + javax.servlet + jstl + 1.2 + compile + + + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile + + + org.springframework.ldap + spring-ldap-test + 2.0.4.CI-SNAPSHOT + compile + + + org.springframework + spring-context + 3.2.13.RELEASE + compile + org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + javax.servlet + servlet-api + 2.5 + provided + ch.qos.logback logback-classic @@ -85,35 +115,17 @@ runtime - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - - - javax.servlet - jstl - 1.2 - compile + junit + junit + 4.11 + test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test - - junit - junit - 4.10 - test - - - org.springframework - spring-context - 3.2.8.RELEASE - compile - diff --git a/samples/plain/pom.xml b/samples/plain/pom.xml index 876524a0..938b8164 100644 --- a/samples/plain/pom.xml +++ b/samples/plain/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-plain-sample - 2.0.3.CI-SNAPSHOT + 2.0.4.CI-SNAPSHOT war spring-ldap-plain-sample spring-ldap-plain-sample @@ -72,12 +72,42 @@ + + javax.servlet + jstl + 1.2 + compile + + + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile + + + org.springframework.ldap + spring-ldap-test + 2.0.4.CI-SNAPSHOT + compile + + + org.springframework + spring-context + 3.2.13.RELEASE + compile + org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + javax.servlet + servlet-api + 2.5 + provided + ch.qos.logback logback-classic @@ -85,35 +115,17 @@ runtime - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - - - javax.servlet - jstl - 1.2 - compile + junit + junit + 4.11 + test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test - - junit - junit - 4.10 - test - - - org.springframework - spring-context - 3.2.8.RELEASE - compile - diff --git a/samples/user-admin/pom.xml b/samples/user-admin/pom.xml index 26b0cd54..895af986 100644 --- a/samples/user-admin/pom.xml +++ b/samples/user-admin/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.springframework.ldap spring-ldap-user-admin-sample - 2.0.3.CI-SNAPSHOT + 2.0.4.CI-SNAPSHOT war spring-ldap-user-admin-sample spring-ldap-user-admin-sample @@ -72,30 +72,12 @@ - - org.springframework - spring-webmvc - 3.2.8.RELEASE - compile - - - ch.qos.logback - logback-classic - 1.0.13 - runtime - com.fasterxml.jackson.core jackson-databind 2.2.3 compile - - org.springframework.ldap - spring-ldap-test - 2.0.3.CI-SNAPSHOT - compile - com.google.guava guava @@ -109,23 +91,59 @@ compile - org.springframework - spring-test - 3.2.8.RELEASE - test + org.springframework.data + spring-data-commons + 1.10.0.RELEASE + compile - junit - junit - 4.10 - test + org.springframework.ldap + spring-ldap-test + 2.0.4.CI-SNAPSHOT + compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile + + org.springframework + spring-webmvc + 3.2.13.RELEASE + compile + + + javax.servlet.jsp + jsp-api + 2.1 + provided + + + javax.servlet + javax.servlet-api + 3.0.1 + provided + + + ch.qos.logback + logback-classic + 1.0.13 + runtime + + + junit + junit + 4.11 + test + + + org.springframework + spring-test + 3.2.13.RELEASE + test +