From a90cb3dd41fbb1e92fcbd42f7c0d418f5f8274ca Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 18 Sep 2023 16:18:17 -0500 Subject: [PATCH] Manage JAXWS-API version. --- pom.xml | 3 ++- spring-ws-security/pom.xml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a2f17dd5..f4e7185b 100644 --- a/pom.xml +++ b/pom.xml @@ -100,6 +100,7 @@ 1.6.0 3.1.0 1.1.4 + 2.3.1 2.0.6 6.1.26 2.0.1 @@ -835,7 +836,7 @@ javax.xml.ws jaxws-api - 2.3.1 + ${jaxws-api.version} javax.xml.bind diff --git a/spring-ws-security/pom.xml b/spring-ws-security/pom.xml index 9551f12b..ab48789c 100644 --- a/spring-ws-security/pom.xml +++ b/spring-ws-security/pom.xml @@ -93,7 +93,7 @@ javax.xml.ws jaxws-api - 2.3.0 + ${jaxws-api.version} provided