From 3cdce8662e1efcc7dcc421a67f1ac2c5e78ab9ca Mon Sep 17 00:00:00 2001 From: Vishal Puri Date: Tue, 19 Jun 2007 04:12:05 +0000 Subject: [PATCH] SEC-271: added jdk 1.5 support --- sandbox/spring-security-config/pom.xml | 51 +++++++++++++++++++------- 1 file changed, 38 insertions(+), 13 deletions(-) diff --git a/sandbox/spring-security-config/pom.xml b/sandbox/spring-security-config/pom.xml index d7f6f39b4c..23e01f05e3 100644 --- a/sandbox/spring-security-config/pom.xml +++ b/sandbox/spring-security-config/pom.xml @@ -1,16 +1,17 @@ - - - acegi-security-sandbox - org.acegisecurity - 1.0.5-SNAPSHOT - - 4.0.0 - org.acegisecurity - spring-security-config - spring-security-config - 2.0.0-M1 - http://maven.apache.org - + + + + acegi-security-sandbox + org.acegisecurity + 1.0.5-SNAPSHOT + + 4.0.0 + org.acegisecurity + spring-security-config + spring-security-config + 2.0.0-M1 + http://maven.apache.org + org.acegisecurity acegi-security-tiger @@ -124,4 +125,28 @@ log4j + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + 1.5 + + + + +