This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 14b515d Use jakarta jaxws-api
14b515d is described below
commit 14b515dfb1d9eb17d9aae2c852b7776bd711510d
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jan 10 11:21:42 2020 +0000
Use jakarta jaxws-api
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d09d63b..9de2462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,9 +438,9 @@
</build>
<dependencies>
<dependency>
- <groupId>javax.xml.ws</groupId>
- <artifactId>jaxws-api</artifactId>
- <version>2.3.1</version>
+ <groupId>jakarta.xml.ws</groupId>
+ <artifactId>jakarta.xml.ws-api</artifactId>
+ <version>2.3.2</version>
</dependency>
<dependency>
<groupId>jakarta.xml.bind</groupId>