summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container-search/pom.xml')
-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>