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
+
+
+
+