summaryrefslogtreecommitdiffstats
path: root/container-search/pom.xml
diff options
context:
space:
mode:
authorOlli Virtanen <olli.virtanen@oath.com>2019-03-22 13:49:57 +0100
committerOlli Virtanen <olli.virtanen@oath.com>2019-03-22 13:49:57 +0100
commit5315f40efe94222f8b950cbc06b415e8a1333150 (patch)
tree6a99cd1d81d4f19533b2c5b5ef87b88d191943b9 /container-search/pom.xml
parent519d59334ca8c3e314e71f83de618e375a7c2d6c (diff)
protobuf-java dependency cleanup
Diffstat (limited to 'container-search/pom.xml')
-rw-r--r--container-search/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/container-search/pom.xml b/container-search/pom.xml
index 1abaee91d20..2f82728179b 100644
--- a/container-search/pom.xml
+++ b/container-search/pom.xml
@@ -141,7 +141,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <scope>provided</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.xml.bind</groupId>