-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
in order to use xml serialization a jaxb dependency has to be added to the java client project
AT:
- add a note to the documentation which maven coordinates and dependency version to use
<dependency> <groupId>com.sun.xml.bind</groupId> <artifactId>jaxb-impl</artifactId> <version>2.2.4</version> </dependency>