-
Type:
Task
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: external task client java
-
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>