From faa8b354b7177c90a564af6571528946a12d9de1 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Mon, 15 Jul 2013 22:13:15 -0500 Subject: [PATCH] SEC-2209: add pom.xml --- acl/pom.xml | 152 ++++++++++++++++ aspects/pom.xml | 128 +++++++++++++ build.gradle | 2 +- cas/pom.xml | 140 ++++++++++++++ config/pom.xml | 322 +++++++++++++++++++++++++++++++++ core/pom.xml | 210 +++++++++++++++++++++ crypto/pom.xml | 91 ++++++++++ gradle/javaprojects.gradle | 3 + gradle/maven-deployment.gradle | 4 +- itest/context/pom.xml | 163 +++++++++++++++++ itest/web/pom.xml | 188 +++++++++++++++++++ ldap/pom.xml | 188 +++++++++++++++++++ openid/pom.xml | 157 ++++++++++++++++ remoting/pom.xml | 121 +++++++++++++ samples/aspectj/pom.xml | 116 ++++++++++++ samples/cas/sample/pom.xml | 175 ++++++++++++++++++ samples/cas/server/pom.xml | 91 ++++++++++ samples/contacts/pom.xml | 194 ++++++++++++++++++++ samples/dms/pom.xml | 152 ++++++++++++++++ samples/gae/pom.xml | 199 ++++++++++++++++++++ samples/jaas/pom.xml | 151 ++++++++++++++++ samples/ldap/pom.xml | 109 +++++++++++ samples/openid/pom.xml | 127 +++++++++++++ samples/preauth/pom.xml | 103 +++++++++++ samples/servletapi/pom.xml | 157 ++++++++++++++++ samples/tutorial/pom.xml | 157 ++++++++++++++++ taglibs/pom.xml | 157 ++++++++++++++++ web/pom.xml | 199 ++++++++++++++++++++ 28 files changed, 3954 insertions(+), 2 deletions(-) create mode 100644 acl/pom.xml create mode 100644 aspects/pom.xml create mode 100644 cas/pom.xml create mode 100644 config/pom.xml create mode 100644 core/pom.xml create mode 100644 crypto/pom.xml create mode 100644 itest/context/pom.xml create mode 100644 itest/web/pom.xml create mode 100644 ldap/pom.xml create mode 100644 openid/pom.xml create mode 100644 remoting/pom.xml create mode 100644 samples/aspectj/pom.xml create mode 100644 samples/cas/sample/pom.xml create mode 100644 samples/cas/server/pom.xml create mode 100644 samples/contacts/pom.xml create mode 100644 samples/dms/pom.xml create mode 100644 samples/gae/pom.xml create mode 100644 samples/jaas/pom.xml create mode 100644 samples/ldap/pom.xml create mode 100644 samples/openid/pom.xml create mode 100644 samples/preauth/pom.xml create mode 100644 samples/servletapi/pom.xml create mode 100644 samples/tutorial/pom.xml create mode 100644 taglibs/pom.xml create mode 100644 web/pom.xml diff --git a/acl/pom.xml b/acl/pom.xml new file mode 100644 index 0000000000..53c98d30e2 --- /dev/null +++ b/acl/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + org.springframework.security + spring-security-acl + 3.2.0.CI-SNAPSHOT + spring-security-acl + spring-security-acl + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + compile + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + net.sf.ehcache + ehcache + 1.6.2 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + hsqldb + hsqldb + 1.8.0.10 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-beans + 3.2.0.RELEASE + test + + + org.springframework + spring-context-support + 3.2.0.RELEASE + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/aspects/pom.xml b/aspects/pom.xml new file mode 100644 index 0000000000..958eab4104 --- /dev/null +++ b/aspects/pom.xml @@ -0,0 +1,128 @@ + + + 4.0.0 + org.springframework.security + spring-security-aspects + 3.2.0.CI-SNAPSHOT + spring-security-aspects + spring-security-aspects + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.aspectj + aspectjrt + 1.6.10 + compile + true + + + aopalliance + aopalliance + 1.0 + test + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-aop + 3.2.0.RELEASE + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/build.gradle b/build.gradle index cc0594b2de..55228eeec4 100644 --- a/build.gradle +++ b/build.gradle @@ -57,11 +57,11 @@ configure(subprojects - coreModuleProjects) { configure(javaProjects) { apply from: "$rootDir/gradle/javaprojects.gradle" apply from: "$rootDir/gradle/release-checks.gradle" + apply from: "$rootDir/gradle/maven-deployment.gradle" } configure(coreModuleProjects) { apply plugin: 'bundlor' - apply from: "$rootDir/gradle/maven-deployment.gradle" apply plugin: 'emma' bundlor.doFirst { diff --git a/cas/pom.xml b/cas/pom.xml new file mode 100644 index 0000000000..9405ac5efa --- /dev/null +++ b/cas/pom.xml @@ -0,0 +1,140 @@ + + + 4.0.0 + org.springframework.security + spring-security-cas + 3.2.0.CI-SNAPSHOT + spring-security-cas + spring-security-cas + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.jasig.cas.client + cas-client-core + 3.1.12 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + net.sf.ehcache + ehcache + 1.6.2 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/config/pom.xml b/config/pom.xml new file mode 100644 index 0000000000..4a748bb897 --- /dev/null +++ b/config/pom.xml @@ -0,0 +1,322 @@ + + + 4.0.0 + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + spring-security-config + spring-security-config + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.aspectj + aspectjweaver + 1.6.10 + compile + true + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + true + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + cglib + cglib-nodep + 2.2 + test + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + hsqldb + hsqldb + 1.8.0.10 + test + + + javax.annotation + jsr250-api + 1.0 + test + + + junit + junit + 4.7 + test + + + ldapsdk + ldapsdk + 4.1 + test + + + org.apache.directory.server + apacheds-core + 1.5.5 + test + + + org.apache.directory.server + apacheds-core-entry + 1.5.5 + test + + + org.apache.directory.server + apacheds-protocol-ldap + 1.5.5 + test + + + org.apache.directory.server + apacheds-protocol-shared + 1.5.5 + test + + + org.apache.directory.server + apacheds-server-jndi + 1.5.5 + test + + + org.apache.directory.shared + shared-ldap + 0.9.15 + test + + + org.codehaus.groovy + groovy-all + 2.0.5 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.hibernate.javax.persistence + hibernate-jpa-2.0-api + 1.0.1.Final + test + + + org.hibernate + hibernate-entitymanager + 4.1.0.Final + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.openid4java + openid4java-nodeps + 0.9.6 + test + + + guice + com.google.code.guice + + + + + org.powermock + powermock-api-mockito + 1.4.12 + test + + + org.powermock + powermock-api-support + 1.4.12 + test + + + org.powermock + powermock-core + 1.4.12 + test + + + org.powermock + powermock-module-junit4 + 1.4.12 + test + + + org.powermock + powermock-module-junit4-common + 1.4.12 + test + + + org.powermock + powermock-reflect + 1.4.12 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.spockframework + spock-core + 0.7-groovy-2.0 + test + + + org.springframework.ldap + spring-ldap-core + 1.3.1.RELEASE + test + + + org.springframework.security + spring-security-ldap + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-openid + 3.2.0.CI-SNAPSHOT + test + + + org.springframework + spring-expression + 3.2.0.RELEASE + test + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + test + + + org.springframework + spring-orm + 3.2.0.RELEASE + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + org.springframework + spring-tx + 3.2.0.RELEASE + test + + + diff --git a/core/pom.xml b/core/pom.xml new file mode 100644 index 0000000000..d6be87264d --- /dev/null +++ b/core/pom.xml @@ -0,0 +1,210 @@ + + + 4.0.0 + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + spring-security-core + spring-security-core + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-expression + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + javax.annotation + jsr250-api + 1.0 + compile + true + + + net.sf.ehcache + ehcache + 1.6.2 + compile + true + + + org.aspectj + aspectjrt + 1.6.10 + compile + true + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + compile + true + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + true + + + cglib + cglib-nodep + 2.2 + test + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + commons-collections + commons-collections + 3.2 + test + + + hsqldb + hsqldb + 1.8.0.10 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.powermock + powermock-api-mockito + 1.4.12 + test + + + org.powermock + powermock-api-support + 1.4.12 + test + + + org.powermock + powermock-core + 1.4.12 + test + + + org.powermock + powermock-module-junit4 + 1.4.12 + test + + + org.powermock + powermock-module-junit4-common + 1.4.12 + test + + + org.powermock + powermock-reflect + 1.4.12 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/crypto/pom.xml b/crypto/pom.xml new file mode 100644 index 0000000000..f33e7d9043 --- /dev/null +++ b/crypto/pom.xml @@ -0,0 +1,91 @@ + + + 4.0.0 + org.springframework.security + spring-security-crypto + 3.2.0.CI-SNAPSHOT + spring-security-crypto + spring-security-crypto + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index 3965d44a72..9aa7399939 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -85,6 +85,9 @@ task integrationTest(type: Test, dependsOn: jar) { classpath = sourceSets.integrationTest.runtimeClasspath maxParallelForks = 1 } +project.conf2ScopeMappings.addMapping(MavenPlugin.TEST_COMPILE_PRIORITY + 1, project.configurations.getByName("integrationTestCompile"), Conf2ScopeMappingContainer.TEST) +project.conf2ScopeMappings.addMapping(MavenPlugin.TEST_COMPILE_PRIORITY + 2, project.configurations.getByName("integrationTestRuntime"), Conf2ScopeMappingContainer.TEST) + dependencies { optional 'commons-logging:commons-logging:1.1.1' diff --git a/gradle/maven-deployment.gradle b/gradle/maven-deployment.gradle index 3ff5b0006c..c475a54a72 100644 --- a/gradle/maven-deployment.gradle +++ b/gradle/maven-deployment.gradle @@ -89,4 +89,6 @@ task generatePom { customizePom(p, project) p.writeTo(generatedPomFileName) } -} \ No newline at end of file +} + +build.dependsOn generatePom diff --git a/itest/context/pom.xml b/itest/context/pom.xml new file mode 100644 index 0000000000..4b46aee01b --- /dev/null +++ b/itest/context/pom.xml @@ -0,0 +1,163 @@ + + + 4.0.0 + org.springframework.security + itest-context + 3.2.0.CI-SNAPSHOT + itest-context + itest-context + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.python + jython + 2.5.0 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + test + + + org.aspectj + aspectjweaver + 1.6.10 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + org.springframework + spring-web + 3.2.0.RELEASE + test + + + diff --git a/itest/web/pom.xml b/itest/web/pom.xml new file mode 100644 index 0000000000..e32fb31986 --- /dev/null +++ b/itest/web/pom.xml @@ -0,0 +1,188 @@ + + + 4.0.0 + org.springframework.security + itest-web + 3.2.0.CI-SNAPSHOT + itest-web + itest-web + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + net.sourceforge.jwebunit + jwebunit-core + 2.2 + test + + + net.sourceforge.jwebunit + jwebunit-htmlunit-plugin + 2.2 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.mortbay.jetty + jetty + 6.1.26 + test + + + org.mortbay.jetty + jetty-util + 6.1.26 + test + + + org.mortbay.jetty + jsp-2.1-jetty + 6.1.26 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-ldap + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + test + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + test + + + org.springframework + spring-beans + 3.2.0.RELEASE + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + org.springframework + spring-webmvc + 3.2.0.RELEASE + test + + + org.testng + testng + 5.11 + jdk15 + test + + + diff --git a/ldap/pom.xml b/ldap/pom.xml new file mode 100644 index 0000000000..ffbbe15897 --- /dev/null +++ b/ldap/pom.xml @@ -0,0 +1,188 @@ + + + 4.0.0 + org.springframework.security + spring-security-ldap + 3.2.0.CI-SNAPSHOT + spring-security-ldap + spring-security-ldap + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.ldap + spring-ldap-core + 1.3.1.RELEASE + compile + + + spring-beans + org.springframework + + + spring-core + org.springframework + + + commons-logging + commons-logging + + + spring-tx + org.springframework + + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ldapsdk + ldapsdk + 4.1 + compile + true + + + org.apache.directory.server + apacheds-core + 1.5.5 + compile + true + + + org.apache.directory.server + apacheds-core-entry + 1.5.5 + compile + true + + + org.apache.directory.server + apacheds-protocol-ldap + 1.5.5 + compile + true + + + org.apache.directory.server + apacheds-protocol-shared + 1.5.5 + compile + true + + + org.apache.directory.server + apacheds-server-jndi + 1.5.5 + compile + true + + + org.apache.directory.shared + shared-ldap + 0.9.15 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/openid/pom.xml b/openid/pom.xml new file mode 100644 index 0000000000..6e723a5c8d --- /dev/null +++ b/openid/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + org.springframework.security + spring-security-openid + 3.2.0.CI-SNAPSHOT + spring-security-openid + spring-security-openid + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + com.google.inject + guice + 2.0 + compile + + + org.openid4java + openid4java-nodeps + 0.9.6 + compile + + + guice + com.google.code.guice + + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + org.apache.httpcomponents + httpclient + 4.2.3 + runtime + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/remoting/pom.xml b/remoting/pom.xml new file mode 100644 index 0000000000..ad59d7ead7 --- /dev/null +++ b/remoting/pom.xml @@ -0,0 +1,121 @@ + + + 4.0.0 + org.springframework.security + spring-security-remoting + 3.2.0.CI-SNAPSHOT + spring-security-remoting + spring-security-remoting + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml new file mode 100644 index 0000000000..5b3339dbaf --- /dev/null +++ b/samples/aspectj/pom.xml @@ -0,0 +1,116 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-aspectj + 3.2.0.CI-SNAPSHOT + spring-security-samples-aspectj + spring-security-samples-aspectj + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.aspectj + aspectjrt + 1.6.10 + compile + true + + + org.springframework.security + spring-security-aspects + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/cas/sample/pom.xml b/samples/cas/sample/pom.xml new file mode 100644 index 0000000000..a358aaf4d4 --- /dev/null +++ b/samples/cas/sample/pom.xml @@ -0,0 +1,175 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-cassample + 3.2.0.CI-SNAPSHOT + spring-security-samples-cassample + spring-security-samples-cassample + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.jasig.cas.client + cas-client-core + 3.1.12 + compile + + + org.springframework.security + spring-security-cas + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + net.sf.ehcache + ehcache + 1.6.2 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + commons-httpclient + commons-httpclient + 3.1 + test + + + junit + junit + 4.7 + test + + + org.codehaus.groovy + groovy + 2.0.5 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.eclipse.jetty + jetty-server + 8.1.9.v20130131 + test + + + org.eclipse.jetty + jetty-servlet + 8.1.9.v20130131 + test + + + org.gebish + geb-spock + 0.9.0 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.seleniumhq.selenium + selenium-htmlunit-driver + 2.33.0 + test + + + org.spockframework + spock-core + 0.7-groovy-2.0 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml new file mode 100644 index 0000000000..2930dea242 --- /dev/null +++ b/samples/cas/server/pom.xml @@ -0,0 +1,91 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-casserver + 3.2.0.CI-SNAPSHOT + spring-security-samples-casserver + spring-security-samples-casserver + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml new file mode 100644 index 0000000000..5e825be3e1 --- /dev/null +++ b/samples/contacts/pom.xml @@ -0,0 +1,194 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-contacts + 3.2.0.CI-SNAPSHOT + spring-security-samples-contacts + spring-security-samples-contacts + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-acl + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + compile + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + org.springframework + spring-webmvc + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + net.sf.ehcache + ehcache + 1.6.2 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + hsqldb + hsqldb + 1.8.0.10 + runtime + + + javax.servlet + jstl + 1.2 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework + spring-context-support + 3.2.0.RELEASE + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml new file mode 100644 index 0000000000..08cd2a9baf --- /dev/null +++ b/samples/dms/pom.xml @@ -0,0 +1,152 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-dms + 3.2.0.CI-SNAPSHOT + spring-security-samples-dms + spring-security-samples-dms + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-acl + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + compile + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + net.sf.ehcache + ehcache + 1.6.2 + compile + true + + + hsqldb + hsqldb + 1.8.0.10 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework + spring-context-support + 3.2.0.RELEASE + runtime + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-context + 3.2.0.RELEASE + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/gae/pom.xml b/samples/gae/pom.xml new file mode 100644 index 0000000000..6c6e6b6058 --- /dev/null +++ b/samples/gae/pom.xml @@ -0,0 +1,199 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-gae + 3.2.0.CI-SNAPSHOT + spring-security-samples-gae + spring-security-samples-gae + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + com.google.appengine + appengine-api-1.0-sdk + 1.4.2 + compile + + + javax.validation + validation-api + 1.0.0.GA + compile + + + org.hibernate + hibernate-validator + 4.2.0.Final + compile + + + org.slf4j + slf4j-api + 1.6.1 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-context-support + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + org.springframework + spring-webmvc + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.slf4j + slf4j-jdk14 + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + com.google.appengine + appengine-api-labs + 1.4.2 + test + + + com.google.appengine + appengine-api-stubs + 1.4.2 + test + + + com.google.appengine + appengine-testing + 1.4.2 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/jaas/pom.xml b/samples/jaas/pom.xml new file mode 100644 index 0000000000..c62d28e133 --- /dev/null +++ b/samples/jaas/pom.xml @@ -0,0 +1,151 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-jaas + 3.2.0.CI-SNAPSHOT + spring-security-samples-jaas + spring-security-samples-jaas + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + javax.servlet + jstl + 1.2 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework + spring-context-support + 3.2.0.RELEASE + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml new file mode 100644 index 0000000000..7a2c222a68 --- /dev/null +++ b/samples/ldap/pom.xml @@ -0,0 +1,109 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-ldap + 3.2.0.CI-SNAPSHOT + spring-security-samples-ldap + spring-security-samples-ldap + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-ldap + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml new file mode 100644 index 0000000000..bb11335101 --- /dev/null +++ b/samples/openid/pom.xml @@ -0,0 +1,127 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-openid + 3.2.0.CI-SNAPSHOT + spring-security-samples-openid + spring-security-samples-openid + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-openid + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + javax.servlet + jstl + 1.2 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml new file mode 100644 index 0000000000..8395493634 --- /dev/null +++ b/samples/preauth/pom.xml @@ -0,0 +1,103 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-preauth + 3.2.0.CI-SNAPSHOT + spring-security-samples-preauth + spring-security-samples-preauth + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/servletapi/pom.xml b/samples/servletapi/pom.xml new file mode 100644 index 0000000000..14848229df --- /dev/null +++ b/samples/servletapi/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-servletapi + 3.2.0.CI-SNAPSHOT + spring-security-samples-servletapi + spring-security-samples-servletapi + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + javax.servlet + jstl + 1.2 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + org.springframework + spring-webmvc + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework + spring-context-support + 3.2.0.RELEASE + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml new file mode 100644 index 0000000000..89d0087cfb --- /dev/null +++ b/samples/tutorial/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + org.springframework.security + spring-security-samples-tutorial + 3.2.0.CI-SNAPSHOT + spring-security-samples-tutorial + spring-security-samples-tutorial + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.slf4j + slf4j-api + 1.6.1 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + org.springframework + spring-webmvc + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + runtime + + + ch.qos.logback + logback-core + 0.9.29 + runtime + + + javax.servlet + jstl + 1.2 + runtime + + + org.slf4j + jcl-over-slf4j + 1.6.1 + runtime + + + org.springframework.security + spring-security-config + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + runtime + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + runtime + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/taglibs/pom.xml b/taglibs/pom.xml new file mode 100644 index 0000000000..a2c4e92ec0 --- /dev/null +++ b/taglibs/pom.xml @@ -0,0 +1,157 @@ + + + 4.0.0 + org.springframework.security + spring-security-taglibs + 3.2.0.CI-SNAPSHOT + spring-security-taglibs + spring-security-taglibs + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + org.springframework.security + spring-security-acl + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-expression + 3.2.0.RELEASE + compile + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + javax.servlet + jsp-api + 2.0 + provided + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + javax.servlet + jstl + 1.2 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + + diff --git a/web/pom.xml b/web/pom.xml new file mode 100644 index 0000000000..779a030b87 --- /dev/null +++ b/web/pom.xml @@ -0,0 +1,199 @@ + + + 4.0.0 + org.springframework.security + spring-security-web + 3.2.0.CI-SNAPSHOT + spring-security-web + spring-security-web + http://springsource.org/spring-security + + SpringSource + http://springsource.org/ + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + rwinch + Rob Winch + rwinch@vmware.com + + + + scm:git:git://github.com/SpringSource/spring-security + scm:git:git://github.com/SpringSource/spring-security + https://github.com/SpringSource/spring-security + + + + aopalliance + aopalliance + 1.0 + compile + + + org.springframework.security + spring-security-core + 3.2.0.CI-SNAPSHOT + compile + + + org.springframework + spring-aop + 3.2.0.RELEASE + compile + + + org.springframework + spring-beans + 3.2.0.RELEASE + compile + + + org.springframework + spring-context + 3.2.0.RELEASE + compile + + + org.springframework + spring-core + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + + + + + org.springframework + spring-expression + 3.2.0.RELEASE + compile + + + org.springframework + spring-jdbc + 3.2.0.RELEASE + compile + + + org.springframework + spring-tx + 3.2.0.RELEASE + compile + + + org.springframework + spring-web + 3.2.0.RELEASE + compile + + + commons-logging + commons-logging + 1.1.1 + compile + true + + + org.apache.tomcat + tomcat-servlet-api + 7.0.33 + provided + + + ch.qos.logback + logback-classic + 0.9.29 + test + + + commons-codec + commons-codec + 1.3 + test + + + hsqldb + hsqldb + 1.8.0.10 + test + + + junit + junit + 4.7 + test + + + org.easytesting + fest-assert + 1.4 + test + + + org.mockito + mockito-core + 1.8.5 + test + + + org.powermock + powermock-api-mockito + 1.4.12 + test + + + org.powermock + powermock-api-support + 1.4.12 + test + + + org.powermock + powermock-core + 1.4.12 + test + + + org.powermock + powermock-module-junit4 + 1.4.12 + test + + + org.powermock + powermock-module-junit4-common + 1.4.12 + test + + + org.powermock + powermock-reflect + 1.4.12 + test + + + org.slf4j + jcl-over-slf4j + 1.6.1 + test + + + org.springframework + spring-test + 3.2.0.RELEASE + test + + +