This commit is contained in:
Lucio Lelii 2022-12-01 15:17:52 +01:00
parent e67347c615
commit ae533740dd
1 changed files with 6 additions and 8 deletions

14
pom.xml
View File

@ -70,15 +70,13 @@
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri</artifactId>
<version>2.3.1</version>
<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.servlet</groupId>
<artifactId>jakarta.servlet-api</artifactId>
<version>5.0.0</version>
</dependency>
<dependency>
<groupId>com.sun.istack</groupId>