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/76872f62 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/76872f62 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/76872f62 Branch: refs/heads/4.3 Commit: 76872f62833a529dfdd8bda55de8b6cbdf889f17 Parents: ad2ee92 Author: John Kinsella <[email protected]> Authored: Tue Mar 18 22:41:38 2014 -0700 Committer: ynojima <[email protected]> Committed: Mon Apr 21 11:37:05 2014 -0600 ---------------------------------------------------------------------- awsapi/pom.xml | 88 ----------------------------------------------------- 1 file changed, 88 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/76872f62/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index d1d8698..437ffbc 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>opensaml</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>opensaml</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>opensaml</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>opensaml</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>opensaml</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> <version>1.6.1</version>
