mirror of https://github.com/apache/cloudstack.git
Fixed rampart group ID in the awsapi/pom.xml file.
This commit is contained in:
parent
b1ae7c732c
commit
fae3ce3ebd
|
|
@ -91,13 +91,13 @@
|
|||
<version>1.3.1-CS40</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.apache.rampart</groupId>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rahas</artifactId>
|
||||
<version>1.5</version>
|
||||
<type>mar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.apache.rampart</groupId>
|
||||
<groupId>org.apache.rampart</groupId>
|
||||
<artifactId>rampart</artifactId>
|
||||
<version>1.5</version>
|
||||
<type>mar</type>
|
||||
|
|
|
|||
Loading…
Reference in New Issue