Repository: cloudstack Updated Branches: refs/heads/master 1d3a6eaa5 -> 4494cbb4c
CLOUDSTACK-6156: removing rampart maven dependencies from awsapi The removed dependencies don't seem to be used in code, and their presence is causing at least some people to be unable to build awsapi and RPM packages. Signed-off-by: John Kinsella <[email protected]> 1395207698 -0700 Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4494cbb4 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4494cbb4 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4494cbb4 Branch: refs/heads/master Commit: 4494cbb4c37e49ffbad4eebecb695bb99c6cbae3 Parents: 1d3a6ea Author: John Kinsella <[email protected]> Authored: Tue Mar 18 22:41:38 2014 -0700 Committer: John Kinsella <[email protected]> Committed: Tue Mar 18 22:41:38 2014 -0700 ---------------------------------------------------------------------- awsapi/pom.xml | 88 ----------------------------------------------------- 1 file changed, 88 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4494cbb4/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 98ecef2..edf9a91 100644 --- a/awsapi/pom.xml +++ b/awsapi/pom.xml @@ -127,94 +127,6 @@ <version>1.3.1-CS40</version> </dependency> <dependency> - <groupId>org.apache.rampart</groupId> - <artifactId>rahas</artifactId> - <version>${cs.rampart.version}</version> - <type>mar</type> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk14</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>org.opensaml</groupId> - <artifactId>opensaml1</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.rampart</groupId> - <artifactId>rampart</artifactId> - <version>${cs.rampart.version}</version> - <type>mar</type> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk14</artifactId> - </exclusion> - <exclusion> - <groupId>org.apache.xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>org.opensaml</groupId> - <artifactId>opensaml1</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.rampart</groupId> - <artifactId>rampart-core</artifactId> - <version>${cs.rampart.version}</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>org.apache.xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>org.opensaml</groupId> - <artifactId>opensaml1</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.rampart</groupId> - <artifactId>rampart-policy</artifactId> - <version>${cs.rampart.version}</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>org.apache.xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>org.opensaml</groupId> - <artifactId>opensaml1</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.apache.rampart</groupId> - <artifactId>rampart-trust</artifactId> - <version>${cs.rampart.version}</version> - <scope>runtime</scope> - <exclusions> - <exclusion> - <groupId>org.apache.xalan</groupId> - <artifactId>xalan</artifactId> - </exclusion> - <exclusion> - <groupId>org.opensaml</groupId> - <artifactId>opensaml1</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.6.1</version>
