aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-03-19 22:25:46 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-03-19 22:25:46 +0100
commit3594d15ab25fe245f76e7563f12b4f5797b985c7 (patch)
tree027ec7a4d220622a5629c78aea210d49d465352b /container-search/pom.xml
parent723ba3b84f4df4827686246bbec54a1cee008e23 (diff)
Search over protobuf + jrt
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 35b1477f478..1abaee91d20 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -139,6 +139,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<scope>test</scope>