Skip to content

Commit 4494cbb

Browse files
author
John Kinsella
committed
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 <jlk@stratosec.co> 1395207698 -0700
1 parent 1d3a6ea commit 4494cbb

1 file changed

Lines changed: 0 additions & 88 deletions

File tree

awsapi/pom.xml

Lines changed: 0 additions & 88 deletions
Original file line numberDiff line numberDiff line change
@@ -126,94 +126,6 @@
126126
<artifactId>CAStorSDK</artifactId>
127127
<version>1.3.1-CS40</version>
128128
</dependency>
129-
<dependency>
130-
<groupId>org.apache.rampart</groupId>
131-
<artifactId>rahas</artifactId>
132-
<version>${cs.rampart.version}</version>
133-
<type>mar</type>
134-
<exclusions>
135-
<exclusion>
136-
<groupId>bouncycastle</groupId>
137-
<artifactId>bcprov-jdk14</artifactId>
138-
</exclusion>
139-
<exclusion>
140-
<groupId>org.apache.xalan</groupId>
141-
<artifactId>xalan</artifactId>
142-
</exclusion>
143-
<exclusion>
144-
<groupId>org.opensaml</groupId>
145-
<artifactId>opensaml1</artifactId>
146-
</exclusion>
147-
</exclusions>
148-
</dependency>
149-
<dependency>
150-
<groupId>org.apache.rampart</groupId>
151-
<artifactId>rampart</artifactId>
152-
<version>${cs.rampart.version}</version>
153-
<type>mar</type>
154-
<exclusions>
155-
<exclusion>
156-
<groupId>bouncycastle</groupId>
157-
<artifactId>bcprov-jdk14</artifactId>
158-
</exclusion>
159-
<exclusion>
160-
<groupId>org.apache.xalan</groupId>
161-
<artifactId>xalan</artifactId>
162-
</exclusion>
163-
<exclusion>
164-
<groupId>org.opensaml</groupId>
165-
<artifactId>opensaml1</artifactId>
166-
</exclusion>
167-
</exclusions>
168-
</dependency>
169-
<dependency>
170-
<groupId>org.apache.rampart</groupId>
171-
<artifactId>rampart-core</artifactId>
172-
<version>${cs.rampart.version}</version>
173-
<scope>runtime</scope>
174-
<exclusions>
175-
<exclusion>
176-
<groupId>org.apache.xalan</groupId>
177-
<artifactId>xalan</artifactId>
178-
</exclusion>
179-
<exclusion>
180-
<groupId>org.opensaml</groupId>
181-
<artifactId>opensaml1</artifactId>
182-
</exclusion>
183-
</exclusions>
184-
</dependency>
185-
<dependency>
186-
<groupId>org.apache.rampart</groupId>
187-
<artifactId>rampart-policy</artifactId>
188-
<version>${cs.rampart.version}</version>
189-
<scope>runtime</scope>
190-
<exclusions>
191-
<exclusion>
192-
<groupId>org.apache.xalan</groupId>
193-
<artifactId>xalan</artifactId>
194-
</exclusion>
195-
<exclusion>
196-
<groupId>org.opensaml</groupId>
197-
<artifactId>opensaml1</artifactId>
198-
</exclusion>
199-
</exclusions>
200-
</dependency>
201-
<dependency>
202-
<groupId>org.apache.rampart</groupId>
203-
<artifactId>rampart-trust</artifactId>
204-
<version>${cs.rampart.version}</version>
205-
<scope>runtime</scope>
206-
<exclusions>
207-
<exclusion>
208-
<groupId>org.apache.xalan</groupId>
209-
<artifactId>xalan</artifactId>
210-
</exclusion>
211-
<exclusion>
212-
<groupId>org.opensaml</groupId>
213-
<artifactId>opensaml1</artifactId>
214-
</exclusion>
215-
</exclusions>
216-
</dependency>
217129
<dependency>
218130
<groupId>org.slf4j</groupId>
219131
<artifactId>slf4j-jdk14</artifactId>

0 commit comments

Comments
 (0)