pom updated

This commit is contained in:
Lucio Lelii 2022-12-01 12:56:58 +01:00
parent d2217da67c
commit e67347c615
1 changed files with 7 additions and 5 deletions

12
pom.xml
View File

@ -77,12 +77,14 @@
<type>pom</type>
</dependency>
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>3.0.0</version>
</dependency>
<!-- <dependency> <groupId>jakarta.xml.ws</groupId> <artifactId>jakarta.xml.ws-api</artifactId>
<version>3.0.0</version> </dependency> -->
<dependency>
<groupId>com.sun.istack</groupId>
<artifactId>istack-commons-runtime</artifactId>
<version>3.0.11</version>
</dependency>
<dependency>
<groupId>org.jboss.weld.servlet</groupId>