Skip to content

Commit fae3ce3

Browse files
committed
Fixed rampart group ID in the awsapi/pom.xml file.
1 parent b1ae7c7 commit fae3ce3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

awsapi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@
9191
<version>1.3.1-CS40</version>
9292
</dependency>
9393
<dependency>
94-
<groupId>com.apache.rampart</groupId>
94+
<groupId>org.apache.rampart</groupId>
9595
<artifactId>rahas</artifactId>
9696
<version>1.5</version>
9797
<type>mar</type>
9898
</dependency>
9999
<dependency>
100-
<groupId>com.apache.rampart</groupId>
100+
<groupId>org.apache.rampart</groupId>
101101
<artifactId>rampart</artifactId>
102102
<version>1.5</version>
103103
<type>mar</type>

0 commit comments

Comments
 (0)