Fixed rampart group ID in the awsapi/pom.xml file.

This commit is contained in:
Chip Childers 2012-09-10 16:00:44 -04:00
parent b1ae7c732c
commit fae3ce3ebd
1 changed files with 2 additions and 2 deletions

View File

@ -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>