summaryrefslogtreecommitdiffstats
path: root/linguistics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics/pom.xml')
-rw-r--r--linguistics/pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/linguistics/pom.xml b/linguistics/pom.xml
index 3cc430dacc6..221d7181616 100644
--- a/linguistics/pom.xml
+++ b/linguistics/pom.xml
@@ -15,6 +15,10 @@
<version>7-SNAPSHOT</version>
<dependencies>
<dependency>
+ <groupId>com.google.protobuf</groupId>
+ <artifactId>protobuf-java</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -69,6 +73,10 @@
<build>
<plugins>
<plugin>
+ <groupId>com.github.os72</groupId>
+ <artifactId>protoc-jar-maven-plugin</artifactId>
+ </plugin>
+ <plugin>
<groupId>com.yahoo.vespa</groupId>
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>