Skip to content

Commit a90cb3d

Browse files
committed
Manage JAXWS-API version.
1 parent 07c549d commit a90cb3d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
<javax-mail.version>1.6.0</javax-mail.version>
101101
<javax-servlet.version>3.1.0</javax-servlet.version>
102102
<jaxen.version>1.1.4</jaxen.version>
103+
<jaxws-api.version>2.3.1</jaxws-api.version>
103104
<jdom2.version>2.0.6</jdom2.version>
104105
<jetty.version>6.1.26</jetty.version>
105106
<jms.version>2.0.1</jms.version>
@@ -835,7 +836,7 @@
835836
<dependency>
836837
<groupId>javax.xml.ws</groupId>
837838
<artifactId>jaxws-api</artifactId>
838-
<version>2.3.1</version>
839+
<version>${jaxws-api.version}</version>
839840
<exclusions>
840841
<exclusion>
841842
<groupId>javax.xml.bind</groupId>

spring-ws-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>javax.xml.ws</groupId>
9595
<artifactId>jaxws-api</artifactId>
96-
<version>2.3.0</version>
96+
<version>${jaxws-api.version}</version>
9797
<scope>provided</scope>
9898
</dependency>
9999

0 commit comments

Comments
 (0)