summaryrefslogtreecommitdiffstats
path: root/container-documentapi
diff options
context:
space:
mode:
Diffstat (limited to 'container-documentapi')
-rw-r--r--container-documentapi/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/container-documentapi/pom.xml b/container-documentapi/pom.xml
index fbccc1a5184..7e6bd749b4a 100644
--- a/container-documentapi/pom.xml
+++ b/container-documentapi/pom.xml
@@ -37,6 +37,13 @@
<scope>provided</scope>
</dependency>
+ <!-- documentapi needs protobuf runtime, and it's not provided from the container -->
+ <!-- TODO: Remove this when we have a better solution for protobuf -->
+ <dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </dependency>
+
</dependencies>
<build>