summaryrefslogtreecommitdiffstats
path: root/linguistics-components/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linguistics-components/pom.xml')
-rw-r--r--linguistics-components/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/linguistics-components/pom.xml b/linguistics-components/pom.xml
index 5031ad73556..b3bc52c5e23 100644
--- a/linguistics-components/pom.xml
+++ b/linguistics-components/pom.xml
@@ -89,6 +89,12 @@
<scope>provided</scope>
<classifier>no_aop</classifier>
</dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>configdefinitions</artifactId>
+ <version>${project.version}</version>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
<build>
<plugins>