Skip to content

Commit 4bf16f8

Browse files
yadvrspark404
authored andcommitted
Maven: Fix rampart version in awsapi
Signed-off-by: Hugo Trippaers <hugo@apache.org>
1 parent ff81fda commit 4bf16f8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

awsapi/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.apache.rampart</groupId>
9595
<artifactId>rahas</artifactId>
96-
<version>1.5</version>
96+
<version>${cs.rampart.version}</version>
9797
<type>mar</type>
9898
<exclusions>
9999
<exclusion>
@@ -105,7 +105,7 @@
105105
<dependency>
106106
<groupId>org.apache.rampart</groupId>
107107
<artifactId>rampart</artifactId>
108-
<version>1.5</version>
108+
<version>${cs.rampart.version}</version>
109109
<type>mar</type>
110110
<exclusions>
111111
<exclusion>
@@ -117,19 +117,19 @@
117117
<dependency>
118118
<groupId>org.apache.rampart</groupId>
119119
<artifactId>rampart-core</artifactId>
120-
<version>1.5</version>
120+
<version>${cs.rampart.version}</version>
121121
<scope>runtime</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.rampart</groupId>
125125
<artifactId>rampart-policy</artifactId>
126-
<version>1.5</version>
126+
<version>${cs.rampart.version}</version>
127127
<scope>runtime</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.rampart</groupId>
131131
<artifactId>rampart-trust</artifactId>
132-
<version>1.5</version>
132+
<version>${cs.rampart.version}</version>
133133
<scope>runtime</scope>
134134
</dependency>
135135
<dependency>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
<cs.mail.version>1.4</cs.mail.version>
7575
<cs.axis.version>1.4</cs.axis.version>
7676
<cs.axis2.version>1.5.1</cs.axis2.version>
77+
<cs.rampart.version>1.6.2</cs.rampart.version>
7778
<cs.axiom.version>1.2.8</cs.axiom.version>
7879
<cs.neethi.version>2.0.4</cs.neethi.version>
7980
<cs.servlet.version>2.4</cs.servlet.version>

0 commit comments

Comments
 (0)