From e74f826d6fe15bc85aaeeb804a75a4d4ef793c60 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sat, 29 Mar 2008 14:45:31 +0000 Subject: [PATCH] Fixed broken sandbox build --- sandbox/other/pom.xml | 34 +++++++++++-------- .../security/AspectJParsingTests.java | 0 sandbox/pom.xml | 14 ++++++++ 3 files changed, 34 insertions(+), 14 deletions(-) rename sandbox/other/src/{main => test}/java/org/springframework/security/AspectJParsingTests.java (100%) diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml index 81d77c449f..3adfa8ab5a 100644 --- a/sandbox/other/pom.xml +++ b/sandbox/other/pom.xml @@ -9,14 +9,20 @@ 2.0-SNAPSHOT spring-security-sandbox-other - Spring Security - Sandbox other - Spring Security Miscellaneus sandbox utilities + Spring Security - Other Sandbox Code + Spring Security Miscellaneous sandbox utilities org.springframework.security spring-security-core ${project.version} + + org.springframework.security + spring-security-core + tests + ${project.version} + org.springframework spring-mock @@ -44,6 +50,18 @@ 1.1 true + + aspectj + aspectjrt + 1.5.4 + true + + + org.aspectj + aspectjweaver + 1.5.4 + true + ldapsdk ldapsdk @@ -62,16 +80,4 @@ test - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.4 - 1.4 - - - - diff --git a/sandbox/other/src/main/java/org/springframework/security/AspectJParsingTests.java b/sandbox/other/src/test/java/org/springframework/security/AspectJParsingTests.java similarity index 100% rename from sandbox/other/src/main/java/org/springframework/security/AspectJParsingTests.java rename to sandbox/other/src/test/java/org/springframework/security/AspectJParsingTests.java diff --git a/sandbox/pom.xml b/sandbox/pom.xml index d589e0193f..8650cfab50 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -13,6 +13,7 @@ webwork other + captcha @@ -22,4 +23,17 @@ 2.0-SNAPSHOT + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + +