diff --git a/pom.xml b/pom.xml index 0bf886f1d7ea325fe7bd4b2dbe04e59c16ae59de..217fa33733265c13b4845ca485c08d78490bc121 100644 --- a/pom.xml +++ b/pom.xml @@ -50,11 +50,23 @@ <groupId>jakarta.xml.bind</groupId> <artifactId>jakarta.xml.bind-api</artifactId> </dependency> - <dependency> + <!--dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <scope>runtime</scope> + </dependency--> + <dependency> + <groupId>org.glassfish.jaxb</groupId> + <artifactId>jaxb-runtime</artifactId> + <version>3.0.0</version> + <scope>runtime</scope> </dependency> + <!--dependency> + <groupId>org.eclipse.persistence</groupId> + <artifactId>org.eclipse.persistence.moxy</artifactId> + <version>3.0.0</version> + <scope>runtime</scope> + </dependency--> <dependency> <groupId>org.glassfish.jersey.media</groupId>