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/dbc0a26f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/dbc0a26f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/dbc0a26f Branch: refs/heads/4.4-forward Commit: dbc0a26f1ec2288ee64d90add38d542a0e55cfad Parents: e49e282 Author: John Kinsella <[email protected]> Authored: Tue Mar 18 22:41:38 2014 -0700 Committer: Daan Hoogland <[email protected]> Committed: Mon Apr 21 20:28:39 2014 +0200 ---------------------------------------------------------------------- awsapi/pom.xml | 88 ----------------------------------------------------- 1 file changed, 88 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/dbc0a26f/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>
