[JAVA-18183] Added jaxb dependency (#13833)

This commit is contained in:
panos-kakos 2023-04-14 16:15:10 +03:00 committed by GitHub
parent 5471db832c
commit befc8fc255

View File

@ -143,6 +143,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>${jaxb-runtime.version}</version>
</dependency>
</dependencies>
<build>
@ -159,5 +164,6 @@
<xstream.version>1.4.11.1</xstream.version>
<modelmapper.version>3.1.0</modelmapper.version>
<maven-war-plugin.version>3.3.2</maven-war-plugin.version>
<jaxb-runtime.version>2.3.7</jaxb-runtime.version>
</properties>
</project>