From c8b22d8e36077d79f6b64ce9437f912e4a6c50c5 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 31 Jul 2008 21:22:19 +0000 Subject: [PATCH] SEC-923: Fixed broken build due to missing test class. --- openid/pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/openid/pom.xml b/openid/pom.xml index 3fcbdd8d7d..fcb98d125b 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -17,6 +17,13 @@ spring-security-core ${project.version} + + org.springframework.security + spring-security-core + ${project.version} + tests + test + org.springframework spring-core @@ -43,7 +50,7 @@ org.springframework.security.*;version=${pom.version.osgi} - + javax.servlet.*;version="[2.4.0, 3.0.0)", org.apache.commons.logging.*;version="[1.1.1, 2.0.0)", @@ -57,7 +64,7 @@ !org.springframework.security.* - org.springframework.security.openid - + org.springframework.security.openid + - \ No newline at end of file +