Repository: cloudstack Updated Branches: refs/heads/4.4-forward c8f2bf210 -> 756f48f91
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/756f48f9 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/756f48f9 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/756f48f9 Branch: refs/heads/4.4-forward Commit: 756f48f9105b5b95277268fc3ab554ee182e1f47 Parents: c8f2bf2 Author: John Kinsella <[email protected]> Authored: Tue Mar 18 22:41:38 2014 -0700 Committer: ynojima <[email protected]> Committed: Mon Apr 21 09:42:23 2014 -0600 ---------------------------------------------------------------------- awsapi/pom.xml | 88 ----------------------------------------------------- 1 file changed, 88 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/756f48f9/awsapi/pom.xml ---------------------------------------------------------------------- diff --git a/awsapi/pom.xml b/awsapi/pom.xml index 601e695..32ec2c4 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>
