Fix compilation with JDK11 57/79257/1
authorRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 23:45:19 +0000 (00:45 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Sun, 6 Jan 2019 23:45:19 +0000 (00:45 +0100)
This fixes -Pq build with JDK11. Tests need more attention due
to powermock interactions, will be fixed in a follow-up.

Change-Id: I5c22426c9ec269cedcfa879a0402c89235db1468
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
mappingservice/dsbackend/pom.xml

index 26aa4acdd4d8c79245cdd7507c7c0daf8256a96b..1b157edda85bf7dfc39010153ce73fe09b80405f 100644 (file)
       <artifactId>sal-binding-api</artifactId>
       <version>1.9.0-SNAPSHOT</version>
     </dependency>
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>org.powermock</groupId>
       <artifactId>powermock-api-mockito2</artifactId>