From 0422cb1f8f1e16b868a28707baf409252b5c59ec Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Sun, 13 Apr 2008 00:08:18 +0000 Subject: [PATCH] Fixed artifact groups for aspectjrt and added cas sample to project build --- core-tiger/pom.xml | 2 +- core/pom.xml | 2 +- pom.xml | 2 +- samples/cas/client/pom.xml | 4 ++-- samples/cas/server/pom.xml | 6 +++--- samples/pom.xml | 5 +++-- sandbox/other/pom.xml | 2 +- 7 files changed, 12 insertions(+), 11 deletions(-) diff --git a/core-tiger/pom.xml b/core-tiger/pom.xml index 5ec269057b..e7397aad19 100644 --- a/core-tiger/pom.xml +++ b/core-tiger/pom.xml @@ -16,7 +16,7 @@ ${project.version} - aspectj + org.aspectj aspectjrt true diff --git a/core/pom.xml b/core/pom.xml index a415069e48..7e7b28e910 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -48,7 +48,7 @@ true - aspectj + org.aspectj aspectjrt true diff --git a/pom.xml b/pom.xml index f133433495..4694b39058 100644 --- a/pom.xml +++ b/pom.xml @@ -627,7 +627,7 @@ 1.5.4 - aspectj + org.aspectj aspectjrt 1.5.4 diff --git a/samples/cas/client/pom.xml b/samples/cas/client/pom.xml index fc3e717ee2..9f722bd974 100644 --- a/samples/cas/client/pom.xml +++ b/samples/cas/client/pom.xml @@ -2,8 +2,8 @@ 4.0.0 org.springframework.security - spring-security-samples - 2.0-SNAPSHOT + spring-security-samples-cas + 2.0.0-SNAPSHOT org.springframework.security spring-security-samples-cas-client diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 53900ecf35..4928f43da2 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -2,8 +2,8 @@ 4.0.0 org.springframework.security - spring-security-samples - 2.0-SNAPSHOT + spring-security-samples-cas + 2.0.0-SNAPSHOT org.springframework.security spring-security-samples-cas-server @@ -34,4 +34,4 @@ - \ No newline at end of file + diff --git a/samples/pom.xml b/samples/pom.xml index ad6742d273..0c9cbfad5f 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -16,7 +16,8 @@ preauth openid ldap - portlet + portlet + cas @@ -24,7 +25,7 @@ servlet-api - aspectj + org.aspectj aspectjrt diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml index 3adfa8ab5a..dd92aaf62c 100644 --- a/sandbox/other/pom.xml +++ b/sandbox/other/pom.xml @@ -51,7 +51,7 @@ true - aspectj + org.aspectj aspectjrt 1.5.4 true