aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgjoranv <gv@oath.com>2018-05-04 11:08:27 +0200
committergjoranv <gv@oath.com>2018-05-04 14:39:35 +0200
commit33cdcfe8c5ba71c11051c6c3187777b9e25b0e25 (patch)
treecdbe88a6cce77e2e55677d713bdf63b7fdd25387
parent1d35cdbe25ce6e69ecdf30891ca60def0cd1ba7c (diff)
Java 9: Add jaxb-api dependency
- javax.xml classes are moved to module java.xml.ws ("which is not in the module graph")
-rw-r--r--container-search/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 0df502cf21a..cdfcdb2434a 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -142,6 +142,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>javax.xml.bind</groupId>
+ <artifactId>jaxb-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.antlr</groupId>
<artifactId>antlr4-runtime</artifactId>
</dependency>