mirror of https://github.com/apache/cloudstack.git
Maven: Fix rampart version in awsapi
Signed-off-by: Hugo Trippaers <hugo@apache.org>
This commit is contained in:
parent
ff81fda4e0
commit
4bf16f8d31
|
|
@ -93,7 +93,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rahas</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>${cs.rampart.version}</version>
|
||||
<type>mar</type>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
@ -105,7 +105,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rampart</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>${cs.rampart.version}</version>
|
||||
<type>mar</type>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
|
|
@ -117,19 +117,19 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rampart-core</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>${cs.rampart.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rampart-policy</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>${cs.rampart.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rampart-trust</artifactId>
|
||||
<version>1.5</version>
|
||||
<version>${cs.rampart.version}</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -74,6 +74,7 @@
|
|||
<cs.mail.version>1.4</cs.mail.version>
|
||||
<cs.axis.version>1.4</cs.axis.version>
|
||||
<cs.axis2.version>1.5.1</cs.axis2.version>
|
||||
<cs.rampart.version>1.6.2</cs.rampart.version>
|
||||
<cs.axiom.version>1.2.8</cs.axiom.version>
|
||||
<cs.neethi.version>2.0.4</cs.neethi.version>
|
||||
<cs.servlet.version>2.4</cs.servlet.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue