summaryrefslogtreecommitdiffstats
path: root/config-model/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-09-24 21:37:13 +0200
committerArne Juul <arnej@yahoo-inc.com>2017-10-05 06:24:52 +0000
commitdee4a9914b6928c1712058a162d7d4a133cd57c0 (patch)
treefc1bb66aafb4f0b327e11c9c71297697d3fc1f8e /config-model/pom.xml
parentfd2fbd3e6137e6b01d8e2466ff066f29d93fe291 (diff)
Add support for logforwarder
Diffstat (limited to 'config-model/pom.xml')
-rw-r--r--config-model/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/config-model/pom.xml b/config-model/pom.xml
index c1c08e6e702..8d8ea3203b5 100644
--- a/config-model/pom.xml
+++ b/config-model/pom.xml
@@ -279,12 +279,17 @@
<artifactId>filedistribution</artifactId>
<version>${project.version}</version>
</dependency>
- <dependency>
+ <dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>searchsummary</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>logforwarder</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.major-version}</artifactId>
<scope>test</scope>