From 1554ae4cc6f7f830851d29f3a458acd91478b8ab Mon Sep 17 00:00:00 2001 From: Carlos Sanchez Date: Wed, 6 Sep 2006 16:29:50 +0000 Subject: [PATCH] Splitting sandbox in subpojects --- sandbox/pom.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 sandbox/pom.xml diff --git a/sandbox/pom.xml b/sandbox/pom.xml new file mode 100644 index 0000000000..50a37d0739 --- /dev/null +++ b/sandbox/pom.xml @@ -0,0 +1,71 @@ + + + 4.0.0 + + org.acegisecurity + acegi-security-parent + 1.1-SNAPSHOT + + acegi-security-sandbox + Acegi Security System for Spring - Sandbox + + + org.acegisecurity + acegi-security + ${project.version} + + + org.springframework + spring-mock + true + + + javax.servlet + servlet-api + 2.4 + true + + + ehcache + ehcache + 1.1 + true + + + ldapsdk + ldapsdk + 4.1 + + + net.sf.ldaptemplate + ldaptemplate + 1.0.1 + + + org.samba.jcifs + jcifs + 1.2.6 + jar + + + hsqldb + hsqldb + 1.8.0.4 + test + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + +