summaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2017-09-11 14:19:26 +0200
committerGitHub <noreply@github.com>2017-09-11 14:19:26 +0200
commit072b9c5b30dccbb0d375974fc8dd9a5d39710878 (patch)
tree73b62e7b3a8547c5a73ef070c16f78bf21ea1660 /orchestrator/pom.xml
parent608a89f6e3d0d6832f9854b2fc0d692fee4857f8 (diff)
Revert "Revert "Move orchestrator.def to configdefinititions/""
Diffstat (limited to 'orchestrator/pom.xml')
-rw-r--r--orchestrator/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/orchestrator/pom.xml b/orchestrator/pom.xml
index 55bf086dfc7..c2091e74435 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -72,6 +72,12 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>configdefinitions</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.glassfish.jersey.ext</groupId>
<artifactId>jersey-proxy-client</artifactId>
<exclusions>