aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-09-06 16:17:06 +0200
committerHarald Musum <musum@oath.com>2017-09-06 16:17:06 +0200
commit833d22a74ff9777ae6e3bc24f18d3d50834a1e25 (patch)
tree1a3c17a6cbc703438ba5b3989227fa991df604aa /orchestrator/pom.xml
parent57fde4202f402ebeb177b1b4120b755800190df5 (diff)
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 b5ac5233efe..bee4bbf11cf 100644
--- a/orchestrator/pom.xml
+++ b/orchestrator/pom.xml
@@ -78,6 +78,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>