From f4d57ab5e86ee3cf71305d0285398bb4ec530d0d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 30 Aug 2010 19:02:19 +0100 Subject: [PATCH] SEC-1456: Remove maven poms as we are now using gradle for the build. --- acl/pom.xml | 68 ----- aspects/pom.xml | 61 ---- cas/pom.xml | 51 ---- config/pom.xml | 113 ------- core/pom.xml | 99 ------ itest/context/pom.xml | 26 -- itest/misc/pom.xml | 29 -- itest/pom.xml | 89 ------ itest/web/pom.xml | 65 ---- ldap/pom.xml | 65 ---- openid/pom.xml | 66 ---- pom.xml | 628 -------------------------------------- samples/aspectj/pom.xml | 80 ----- samples/contacts/pom.xml | 144 --------- samples/dms/pom.xml | 54 ---- samples/ldap/pom.xml | 107 ------- samples/openid/pom.xml | 86 ------ samples/pom.xml | 37 --- samples/preauth/pom.xml | 56 ---- samples/tutorial/pom.xml | 124 -------- sandbox/heavyduty/pom.xml | 233 -------------- sandbox/webflow/pom.xml | 96 ------ taglibs/pom.xml | 55 ---- web/pom.xml | 59 ---- 24 files changed, 2491 deletions(-) delete mode 100644 acl/pom.xml delete mode 100644 aspects/pom.xml delete mode 100644 cas/pom.xml delete mode 100644 config/pom.xml delete mode 100644 core/pom.xml delete mode 100644 itest/context/pom.xml delete mode 100644 itest/misc/pom.xml delete mode 100644 itest/pom.xml delete mode 100644 itest/web/pom.xml delete mode 100644 ldap/pom.xml delete mode 100644 openid/pom.xml delete mode 100644 pom.xml delete mode 100644 samples/aspectj/pom.xml delete mode 100644 samples/contacts/pom.xml delete mode 100644 samples/dms/pom.xml delete mode 100644 samples/ldap/pom.xml delete mode 100644 samples/openid/pom.xml delete mode 100644 samples/pom.xml delete mode 100644 samples/preauth/pom.xml delete mode 100644 samples/tutorial/pom.xml delete mode 100755 sandbox/heavyduty/pom.xml delete mode 100644 sandbox/webflow/pom.xml delete mode 100644 taglibs/pom.xml delete mode 100644 web/pom.xml diff --git a/acl/pom.xml b/acl/pom.xml deleted file mode 100644 index b29102b406..0000000000 --- a/acl/pom.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - spring-security-parent - org.springframework.security - 3.1.0.CI-SNAPSHOT - - 4.0.0 - org.springframework.security - spring-security-acl - Spring Security - ACL module - jar - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-core - ${project.version} - tests - test - - - org.springframework - spring-context-support - - - org.springframework - spring-jdbc - - - org.springframework - spring-test - test - - - net.sf.ehcache - ehcache - true - - - hsqldb - hsqldb - test - - - postgresql - postgresql - 8.3-603.jdbc3 - test - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - diff --git a/aspects/pom.xml b/aspects/pom.xml deleted file mode 100644 index f95e7785c4..0000000000 --- a/aspects/pom.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - jar - spring-security-aspects - Spring Security - Aspects - - - org.aspectj - aspectjweaver - - - org.springframework.security - spring-security-core - 3.1.0.CI-SNAPSHOT - - - - - - org.codehaus.mojo - aspectj-maven-plugin - 1.2 - - - - org.aspectj - aspectjrt - 1.6.8 - - - org.aspectj - aspectjtools - 1.6.8 - - - - - - compile - test-compile - - - - - 1.5 - 1.5 - - - - - diff --git a/cas/pom.xml b/cas/pom.xml deleted file mode 100644 index a90f5ce3c3..0000000000 --- a/cas/pom.xml +++ /dev/null @@ -1,51 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - spring-security-cas-client - Spring Security - CAS support - jar - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-web - ${project.version} - - - javax.servlet - servlet-api - - - org.springframework - spring-test - true - - - org.jasig.cas.client - cas-client-core - 3.1.11 - - - net.sf.ehcache - ehcache - true - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - diff --git a/config/pom.xml b/config/pom.xml deleted file mode 100644 index c293e329b9..0000000000 --- a/config/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - jar - spring-security-config - Spring Security - Namespace Configuration Module - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-web - ${project.version} - true - - - org.springframework.security - spring-security-core - ${project.version} - tests - test - - - org.springframework.security - spring-security-web - ${project.version} - tests - test - - - org.springframework.security - spring-security-openid - ${project.version} - test - - - org.springframework.security - spring-security-ldap - ${project.version} - test - - - org.springframework - spring-jdbc - test - - - org.springframework - spring-web - true - - - org.apache.directory.server - apacheds-core - 1.5.5 - true - - - org.apache.directory.server - apacheds-server-jndi - 1.5.5 - true - - - org.slf4j - slf4j-log4j12 - 1.5.10 - test - - - hsqldb - hsqldb - test - - - cglib - cglib-nodep - test - - - javax.annotation - jsr250-api - test - - - org.springframework - spring-test - test - - - javax.servlet - servlet-api - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - diff --git a/core/pom.xml b/core/pom.xml deleted file mode 100644 index a0650bc714..0000000000 --- a/core/pom.xml +++ /dev/null @@ -1,99 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - jar - spring-security-core - Spring Security - Core - - - - org.springframework - spring-expression - - - org.springframework - spring-core - - - org.springframework - spring-context - - - org.springframework - spring-tx - - - org.springframework - spring-aop - - - org.springframework - spring-jdbc - true - - - - org.springframework - spring-web - true - - - org.springframework - spring-test - true - - - org.aspectj - aspectjrt - - - org.aspectj - aspectjweaver - - - cglib - cglib-nodep - runtime - true - - - net.sf.ehcache - ehcache - true - - - commons-collections - commons-collections - test - - - hsqldb - hsqldb - test - - - javax.annotation - jsr250-api - true - - - log4j - log4j - true - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - diff --git a/itest/context/pom.xml b/itest/context/pom.xml deleted file mode 100644 index 877a9ecd95..0000000000 --- a/itest/context/pom.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - 4.0.0 - - org.springframework.security - spring-security-itest - 3.1.0.CI-SNAPSHOT - - spring-security-itest-context - Spring Security - Miscellaneous Application Context Integration Tests - jar - - - - javax.servlet - servlet-api - 2.4 - test - - - jython - jython - 2.1 - - - diff --git a/itest/misc/pom.xml b/itest/misc/pom.xml deleted file mode 100644 index 6469c4dc7f..0000000000 --- a/itest/misc/pom.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - 4.0.0 - - org.springframework.security - spring-security-itest - 3.1.0.CI-SNAPSHOT - - spring-security-itest-misc - Spring Security - Miscellaneous Integration Tests - jar - - - - org.springframework - spring-test - ${spring.version} - test - - - - diff --git a/itest/pom.xml b/itest/pom.xml deleted file mode 100644 index 7efd03dc03..0000000000 --- a/itest/pom.xml +++ /dev/null @@ -1,89 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - spring-security-itest - Spring Security - Integration Tests - pom - 3.1.0.CI-SNAPSHOT - - web - - context - - - - org.springframework - spring-test - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-web - ${project.version} - - - org.springframework.security - spring-security-ldap - ${project.version} - - - org.apache.directory.server - apacheds-core - 1.5.5 - runtime - - - commons-logging - commons-logging - - - - - org.apache.directory.server - apacheds-server-jndi - 1.5.5 - runtime - - - commons-logging - commons-logging - - - - - org.slf4j - slf4j-api - 1.5.10 - runtime - - - org.slf4j - slf4j-log4j12 - 1.5.10 - runtime - - - org.slf4j - jcl-over-slf4j - 1.5.10 - runtime - - - log4j - log4j - - - diff --git a/itest/web/pom.xml b/itest/web/pom.xml deleted file mode 100644 index d58784256c..0000000000 --- a/itest/web/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - - 4.0.0 - - org.springframework.security - spring-security-itest - 3.1.0.CI-SNAPSHOT - - spring-security-itest-web - Spring Security - Web Integration Tests - war - - - - org.testng - testng - 5.11 - test - jdk15 - - - net.sourceforge.jwebunit - jwebunit-htmlunit-plugin - 2.2 - test - - - javax.servlet - servlet-api - - - org.springframework.security - spring-security-taglibs - ${project.version} - - - org.springframework - spring-webmvc - - - org.mortbay.jetty - jetty - ${jetty.version} - test - - - org.mortbay.jetty - jetty-naming - ${jetty.version} - test - - - org.mortbay.jetty - jetty-plus - ${jetty.version} - test - - - org.mortbay.jetty - jsp-2.1-jetty - ${jetty.version} - test - - - diff --git a/ldap/pom.xml b/ldap/pom.xml deleted file mode 100644 index 126751e874..0000000000 --- a/ldap/pom.xml +++ /dev/null @@ -1,65 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - jar - spring-security-ldap - Spring Security - LDAP Module - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.ldap - spring-ldap-core - - - ldapsdk - ldapsdk - 4.1 - true - - - org.apache.directory.server - apacheds-core - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-server-jndi - 1.5.5 - compile - true - - - org.slf4j - slf4j-log4j12 - 1.5.10 - runtime - true - - - log4j - log4j - true - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - diff --git a/openid/pom.xml b/openid/pom.xml deleted file mode 100644 index 7b94ad3221..0000000000 --- a/openid/pom.xml +++ /dev/null @@ -1,66 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - spring-security-openid - Spring Security - OpenID support - Spring Security - Support for OpenID - 3.1.0.CI-SNAPSHOT - jar - - - - org.springframework.security - spring-security-web - ${project.version} - - - org.springframework.security - spring-security-core - ${project.version} - tests - test - - - org.springframework - spring-core - true - - - org.springframework - spring-web - - - org.springframework - spring-test - true - - - javax.servlet - servlet-api - - - org.openid4java - openid4java - 0.9.5 - - - org.springframework - spring-jdbc - - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - - diff --git a/pom.xml b/pom.xml deleted file mode 100644 index 4f74e2a234..0000000000 --- a/pom.xml +++ /dev/null @@ -1,628 +0,0 @@ - - - 4.0.0 - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - Spring Security - pom - - - core - web - ldap - config - acl - cas - openid - taglibs - aspects - samples - - - - Spring Security - - SpringSource, Inc - http://www.springsource.com/ - - 2004 - http://static.springframework.org/spring-security/site/index.html - - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - repo - - - - - jira - http://jira.springframework.org/browse/SEC - - - bamboo - https://build.springframework.org/browse/SEC - - - - - spring-milestone - Spring Milestone Repository - s3://maven.springframework.org/milestone - - - - spring-snapshot - Spring Snapshot Repository - s3://maven.springframework.org/snapshot - - - - local - Local Site Directory - file:///${user.dir}/site - - - - - - - false - - - true - - com.springsource.repository.maven.snapshot - SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases - http://maven.springframework.org/snapshot - - - - - true - - - false - - com.springsource.repository.maven.milestone - Spring Framework Maven Milestone Releases (Maven Central Format) - http://maven.springframework.org/milestone - - - - - true - - - false - - com.springsource.repository.maven.releases - Spring Framework Maven General Releases (Maven Central Format) - http://maven.springframework.org/release - - - - - - com.springsource.repository.maven.milestone - SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases - http://repository.springsource.com/maven/bundles/milestone - - - - - - Acegi Developer List - - https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer - - - - http://sourceforge.net/mailarchive/forum.php?forum_id=40659 - - - - http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/ - - - http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/ - - - - - - - - Ben Alex - benalex - benalex at users.sourceforge.net - - SpringSource - - +10 - - - Colin Sampaleanu - colins - colinml1 at exis.com - - - Carlos Sanchez - carlossg - carlossg at users.sourceforge.net - +1 - - - Luke Taylor - luke_t - luke_t at users.sourceforge.net - - SpringSource - - 0 - - - Ray Krueger - raykrueger - raykrueger at users.sourceforge.net - - - Mark St.Godard - markstg - markstg at users.sourceforge.net - - - John A. Lewis - johnalewis - johnalewis at users.sourceforge.net - - - - - - Alan Stewart - - - Cameron Braid - - - Patrick Burleson - - - Francois Beausoleil - - - Wesley Hall - - - Scott Evans - - - Travis Gregg - - - Karel Miarka - - - James Monaghan - - - Andrew Petro - - - Aaron Tang - - - Orlando Garcia Carmona - - - Joni Suominen - - - Sergio Berna - - - Paulo Neves - - - Mike Perham - - - Robin Bramley - - - Robert Sanders - - - Vishal Puri - - - Martin Algesten - - - Ruud Senden - - - Michael Mayr - - - - - - junit - junit - 4.6 - test - - - org.mockito - mockito-core - 1.8.0 - test - - - org.jmock - jmock-junit4 - 2.5.1 - test - - - - - - - org.springframework.build.aws - org.springframework.build.aws.maven - 3.0.0.RELEASE - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - 1.0.0.M6 - - - bundlor - package - - transform - - - - - - - - - org.apache.maven.plugins - maven-resources-plugin - 2.3 - - UTF-8 - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.4.2 - - - **/*Tests.class - - - **/Abstract* - - once - - - - apacheDSWorkDir - - ${basedir}/target/apacheds-work - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - true - - - - org.apache.maven.plugins - maven-jar-plugin - 2.1 - - - - test-jar - - package - - - - - org.apache.maven.plugins - maven-source-plugin - 2.0.3 - - true - - - - attach-sources - verify - - jar - - - - - - - org.apache.maven.plugins - maven-war-plugin - 2.0.2 - - - org.apache.maven.plugins - maven-assembly-plugin - 2.1 - - - org.apache.maven.plugins - maven-install-plugin - 2.2 - - - org.apache.maven.plugins - maven-deploy-plugin - 2.3 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - true - 2.0 - - - - org.apache.maven.plugins - maven-idea-plugin - 2.0 - - true - - - true - - - - - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - 2.4.2 - - - org.apache.maven.plugins - maven-dependency-plugin - 2.1 - - - org.apache.maven.plugins - maven-jxr-plugin - - true - - bigbank/** - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.2 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.5 - - sample:bigbank:zzz - true - true - - http://java.sun.com/j2se/1.5.0/docs/api - http://static.springframework.org/spring/docs/3.0.x/javadoc-api/ - http://commons.apache.org/httpclient/apidocs/ - http://developer.ja-sig.org/projects/cas/cas-server-core/cas-server/cas-server-core/apidocs/ - http://tomcat.apache.org/tomcat-5.5-doc/servletapi/ - - - - - - javadoc - - - - - - org.codehaus.mojo - taglist-maven-plugin - - - - - - - - org.springframework - spring-core - ${spring.version} - - - org.springframework - spring-expression - ${spring.version} - true - - - org.springframework - spring-test - ${spring.version} - - - org.springframework - spring-jdbc - ${spring.version} - - - org.springframework - spring-tx - ${spring.version} - - - org.springframework - spring-aop - ${spring.version} - - - org.springframework - spring-context - ${spring.version} - - - org.springframework - spring-context-support - ${spring.version} - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework.ldap - spring-ldap-core - 1.3.0.RELEASE - - - org.springframework - spring-core - - - org.springframework - spring-tx - - - org.springframework - spring-beans - - - commons-logging - commons-logging - - - - - org.aspectj - aspectjrt - 1.6.8 - - - org.aspectj - aspectjweaver - 1.6.8 - - - cglib - cglib-nodep - test - true - 2.2 - - - net.sf.ehcache - ehcache - 1.6.2 - true - - - commons-collections - commons-collections - 3.2 - - - javax.annotation - jsr250-api - 1.0 - - - hsqldb - hsqldb - 1.8.0.10 - - - javax.servlet - servlet-api - 2.5 - provided - - - javax.servlet - jstl - ${jstl.version} - runtime - - - taglibs - standard - ${jstl.version} - runtime - - - log4j - log4j - 1.2.14 - true - runtime - - - - - UTF-8 - UTF-8 - 3.0.3.RELEASE - 1.1.2 - 6.1.22 - - - diff --git a/samples/aspectj/pom.xml b/samples/aspectj/pom.xml deleted file mode 100644 index 306bade868..0000000000 --- a/samples/aspectj/pom.xml +++ /dev/null @@ -1,80 +0,0 @@ - - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - spring-security-samples-aspectj - jar - Spring Security Sample AspectJ - - - - junit - junit - 4.6 - test - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-aspects - ${project.version} - - - org.springframework - spring-test - test - - - - - - org.codehaus.mojo - aspectj-maven-plugin - 1.2 - - - - org.aspectj - aspectjrt - 1.6.8 - - - org.aspectj - aspectjtools - 1.6.8 - - - - - - compile - test-compile - - - - - - - org.springframework.security - spring-security-aspects - - - 1.5 - 1.5 - - - - - diff --git a/samples/contacts/pom.xml b/samples/contacts/pom.xml deleted file mode 100644 index 0187bb6328..0000000000 --- a/samples/contacts/pom.xml +++ /dev/null @@ -1,144 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - spring-security-samples-contacts - Spring Security - Contacts sample - war - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-acl - ${project.version} - - - org.springframework.security - spring-security-taglibs - ${project.version} - - - org.springframework - spring-core - - - commons-logging - commons-logging - - - - - org.springframework - spring-webmvc - compile - - - org.springframework - spring-jdbc - compile - - - org.springframework - spring-aop - - - org.springframework - spring-test - test - - - javax.servlet - servlet-api - - - javax.servlet - jstl - - - taglibs - standard - - - net.sf.ehcache - ehcache - - - hessian - hessian - 3.0.1 - - - hsqldb - hsqldb - runtime - - - org.slf4j - slf4j-api - 1.6.0 - runtime - - - org.slf4j - jcl-over-slf4j - 1.6.0 - - - org.slf4j - slf4j-log4j12 - 1.6.0 - runtime - - - log4j - log4j - runtime - - - - - - - org.apache.maven.plugins - maven-war-plugin - - - org.mortbay.jetty - maven-jetty-plugin - ${jetty.version} - - /contacts - - 5 - - - - - - - - diff --git a/samples/dms/pom.xml b/samples/dms/pom.xml deleted file mode 100644 index bd9fb5a1c7..0000000000 --- a/samples/dms/pom.xml +++ /dev/null @@ -1,54 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - spring-security-samples-dms - Spring Security - DMS sample - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-acl - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework - spring-jdbc - - - javax.servlet - servlet-api - - - org.springframework - spring-aop - runtime - - - org.springframework - spring-test - ${spring.version} - - - hsqldb - hsqldb - - - net.sf.ehcache - ehcache - runtime - - - diff --git a/samples/ldap/pom.xml b/samples/ldap/pom.xml deleted file mode 100644 index 8fa1fccabc..0000000000 --- a/samples/ldap/pom.xml +++ /dev/null @@ -1,107 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - org.springframework.security - spring-security-samples-ldap - Spring Security - Ldap Sample - war - - - org.springframework.security - spring-security-ldap - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-web - ${project.version} - - - org.springframework - spring-core - - - commons-logging - commons-logging - - - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-aop - runtime - - - org.apache.directory.server - apacheds-core - 1.5.5 - compile - true - - - org.apache.directory.server - apacheds-server-jndi - 1.5.5 - compile - true - - - org.slf4j - slf4j-api - 1.6.0 - runtime - - - org.slf4j - jcl-over-slf4j - 1.6.0 - - - org.slf4j - slf4j-log4j12 - 1.6.0 - runtime - - - log4j - log4j - runtime - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.mortbay.jetty - maven-jetty-plugin - ${jetty.version} - - /ldap - - - - - - diff --git a/samples/openid/pom.xml b/samples/openid/pom.xml deleted file mode 100644 index b3b1b54a09..0000000000 --- a/samples/openid/pom.xml +++ /dev/null @@ -1,86 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - org.springframework.security - spring-security-samples-openid - Spring Security - OpenID sample - war - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-web - ${project.version} - - - org.springframework.security - spring-security-taglibs - ${project.version} - - - org.springframework.security - spring-security-openid - ${project.version} - - - org.springframework - spring-web - runtime - - - org.springframework - spring-webmvc - runtime - - - org.springframework - spring-jdbc - runtime - - - org.springframework - spring-aop - runtime - - - javax.servlet - jstl - - - taglibs - standard - - - log4j - log4j - runtime - - - - - - - org.mortbay.jetty - maven-jetty-plugin - ${jetty.version} - - /openid - - - - - - diff --git a/samples/pom.xml b/samples/pom.xml deleted file mode 100644 index 4563b207d1..0000000000 --- a/samples/pom.xml +++ /dev/null @@ -1,37 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - org.springframework.security - spring-security-samples - Spring Security - Samples - pom - - contacts - tutorial - dms - preauth - openid - ldap - aspectj - - - - javax.servlet - servlet-api - - - javax.servlet - jstl - runtime - - - taglibs - standard - runtime - - - diff --git a/samples/preauth/pom.xml b/samples/preauth/pom.xml deleted file mode 100644 index 72ba1c3b23..0000000000 --- a/samples/preauth/pom.xml +++ /dev/null @@ -1,56 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - org.springframework.security - spring-security-samples-preauth - Spring Security - Preauthentication sample - war - - - org.springframework.security - spring-security-core - ${project.version} - runtime - - - org.springframework.security - spring-security-web - ${project.version} - runtime - - - org.springframework.security - spring-security-config - ${project.version} - runtime - - - org.springframework - spring-jdbc - runtime - - - - - - - org.mortbay.jetty - maven-jetty-plugin - ${jetty.version} - - /preauth - - - Preauth Realm - realm.properties - - - - - - - diff --git a/samples/tutorial/pom.xml b/samples/tutorial/pom.xml deleted file mode 100644 index 1fcde958aa..0000000000 --- a/samples/tutorial/pom.xml +++ /dev/null @@ -1,124 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-samples - 3.1.0.CI-SNAPSHOT - - org.springframework.security - spring-security-samples-tutorial - Spring Security - Tutorial sample - war - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-config - ${project.version} - - - org.springframework.security - spring-security-taglibs - ${project.version} - - - org.springframework - spring-core - - - commons-logging - commons-logging - - - - - org.springframework - spring-web - - - org.springframework - spring-webmvc - - - org.springframework - spring-jdbc - runtime - - - org.springframework - spring-aop - runtime - - - javax.servlet - servlet-api - provided - - - javax.servlet - jstl - runtime - - - taglibs - standard - runtime - - - org.slf4j - slf4j-api - 1.6.0 - runtime - - - org.slf4j - jcl-over-slf4j - 1.6.0 - - - org.slf4j - slf4j-log4j12 - 1.6.0 - runtime - - - log4j - log4j - runtime - - - - - - - org.mortbay.jetty - maven-jetty-plugin - ${jetty.version} - - /tutorial - - - 8080 - 8443 - - - 8443 - ../certificates/server.jks - password - password - ../certificates/server.jks - password - true - false - - - - - - - - diff --git a/sandbox/heavyduty/pom.xml b/sandbox/heavyduty/pom.xml deleted file mode 100755 index b9fe7de4dd..0000000000 --- a/sandbox/heavyduty/pom.xml +++ /dev/null @@ -1,233 +0,0 @@ - - 4.0.0 - org.springframework.security - spring-security-heavyduty - Spring Security - Heavy Duty Sample - war - 3.1.0.CI-SNAPSHOT - - - org.springframework.security - spring-security-web - ${spring.security.version} - - - org.springframework.security - spring-security-ldap - ${spring.security.version} - - - org.springframework.security - spring-security-config - ${spring.security.version} - - - org.springframework.security - spring-security-taglibs - ${spring.security.version} - - - org.springframework - spring-context-support - ${spring.version} - - - org.springframework - spring-core - ${spring.version} - - - commons-logging - commons-logging - - - - - org.springframework - spring-web - ${spring.version} - - - org.springframework - spring-webmvc - ${spring.version} - - - org.springframework - spring-jdbc - runtime - ${spring.version} - - - org.springframework - spring-orm - ${spring.version} - - - - - org.freemarker - freemarker - runtime - 2.3.16 - - - hsqldb - hsqldb - 1.8.0.10 - compile - - - org.hibernate - hibernate-entitymanager - 3.4.0.GA - compile - - - commons-logging - commons-logging - - - - - net.sf.ehcache - ehcache - 1.6.2 - compile - - - javax.servlet - servlet-api - provided - 2.4 - - - javax.servlet - jstl - runtime - 1.1.2 - - - taglibs - standard - runtime - 1.1.2 - - - - commons-collections - commons-collections - 3.2.1 - runtime - - - org.slf4j - slf4j-api - 1.5.10 - runtime - - - org.slf4j - jcl-over-slf4j - 1.5.10 - - - org.slf4j - slf4j-log4j12 - 1.5.10 - runtime - - - log4j - log4j - runtime - 1.2.15 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.apache.maven.plugins - maven-eclipse-plugin - 2.5.1 - - true - 2.0 - - - - org.apache.maven.plugins - maven-dependency-plugin - 2.1 - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.22 - - /heavyduty - - - - 8080 - 8443 - - - 8443 - certificates/server.jks - password - password - certificates/server.jks - password - true - false - - - - - - - - 3.0.1.RELEASE - 3.1.0.CI-SNAPSHOT - - - diff --git a/sandbox/webflow/pom.xml b/sandbox/webflow/pom.xml deleted file mode 100644 index 86fb704558..0000000000 --- a/sandbox/webflow/pom.xml +++ /dev/null @@ -1,96 +0,0 @@ - - 4.0.0 - org.springframework.security - spring-security-samples-webflow - Spring Security - Webflow sample - 3.1.0.CI-SNAPSHOT - war - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework.security - spring-security-taglibs - ${project.version} - - - org.springframework.webflow - spring-webflow - 2.0.8.RELEASE - - - ognl - ognl - 2.7.3 - - - org.springframework - spring-web - 3.0.0.RELEASE - - - org.springframework - spring-core - 3.0.0.RELEASE - - - org.springframework - spring-context - 3.0.0.RELEASE - - - org.springframework - spring-webmvc - 3.0.0.RELEASE - - - javax.servlet - servlet-api - provided - 2.5 - - - org.freemarker - freemarker - runtime - 2.3.16 - - - log4j - log4j - runtime - 1.2.14 - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - org.mortbay.jetty - maven-jetty-plugin - 6.1.22 - - /webflow - - - 8080 - 8443 - - - - - - - - diff --git a/taglibs/pom.xml b/taglibs/pom.xml deleted file mode 100644 index d20537c369..0000000000 --- a/taglibs/pom.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - spring-security-parent - org.springframework.security - 3.1.0.CI-SNAPSHOT - - 4.0.0 - org.springframework.security - spring-security-taglibs - Spring Security - JSP taglibs - 3.1.0.CI-SNAPSHOT - jar - - - - org.springframework.security - spring-security-web - ${project.version} - - - org.springframework.security - spring-security-acl - ${project.version} - - - org.springframework - spring-web - - - org.springframework - spring-test - test - - - javax.servlet - jsp-api - 2.0 - true - - - taglibs - standard - test - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - diff --git a/web/pom.xml b/web/pom.xml deleted file mode 100644 index 2bca5ec846..0000000000 --- a/web/pom.xml +++ /dev/null @@ -1,59 +0,0 @@ - - 4.0.0 - - org.springframework.security - spring-security-parent - 3.1.0.CI-SNAPSHOT - - jar - spring-security-web - Spring Security - Web Application Security Module - - - - org.springframework.security - spring-security-core - ${project.version} - - - org.springframework - spring-web - - - - org.springframework - spring-jdbc - true - - - org.springframework - spring-test - test - - - commons-codec - commons-codec - 1.3 - test - - - hsqldb - hsqldb - test - - - javax.servlet - servlet-api - - - - - - - com.springsource.bundlor - com.springsource.bundlor.maven - - - - -