Reverts JAXB implementation to pre-Jakarta version

This commit is contained in:
Lukasz Lenart
2023-07-24 07:52:54 +02:00
parent 24fcc6e5f8
commit 11833fdd51
+1 -1
View File
@@ -88,7 +88,7 @@
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>4.0.3</version>
<version>2.3.3</version>
<scope>test</scope>
</dependency>
<dependency>