Fix the exclusion for opensaml1, this should take care of the repository dependencies causing grief on the jenkins slaves.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/997c0f8d Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/997c0f8d Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/997c0f8d Branch: refs/heads/ui-restyle Commit: 997c0f8d154cf8d9530ebb3b96c30170faa454c0 Parents: 3bd38eb Author: Hugo Trippaers <htrippa...@schubergphilis.com> Authored: Tue Jan 28 10:33:31 2014 +0100 Committer: Hugo Trippaers <htrippa...@schubergphilis.com> Committed: Tue Jan 28 10:33:31 2014 +0100 ---------------------------------------------------------------------- awsapi/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/997c0f8d/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index d9f5627..4a6c89c 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -142,7 +142,7 @@ </exclusion> <exclusion> <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <artifactId>opensaml1</artifactId> </exclusion> </exclusions> </dependency> @@ -162,7 +162,7 @@ </exclusion> <exclusion> <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <artifactId>opensaml1</artifactId> </exclusion> </exclusions> </dependency> @@ -178,7 +178,7 @@ </exclusion> <exclusion> <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <artifactId>opensaml1</artifactId> </exclusion> </exclusions> </dependency> @@ -194,7 +194,7 @@ </exclusion> <exclusion> <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <artifactId>opensaml1</artifactId> </exclusion> </exclusions> </dependency> @@ -210,7 +210,7 @@ </exclusion> <exclusion> <groupId>org.opensaml</groupId> - <artifactId>opensaml</artifactId> + <artifactId>opensaml1</artifactId> </exclusion> </exclusions> </dependency>