This commit is contained in:
Looly 2023-12-28 21:34:09 +08:00
parent fdf6b9ba2d
commit 6674300015
2 changed files with 1 additions and 6 deletions

View File

@ -523,6 +523,7 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>3.0.2</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -50,12 +50,6 @@
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.sun.xml.messaging.saaj</groupId>
<artifactId>saaj-impl</artifactId>
<version>2.0.1</version>
<scope>provided</scope>
</dependency>
<!-- Servlet -->
<dependency>