summaryrefslogtreecommitdiffstats
path: root/hosted-api/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-29 15:29:57 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-04-29 15:29:57 +0200
commita2f7ac956ef2785bb4980872e9dbdc7ef61bdd10 (patch)
tree6c9e508dab67b5ea9cf2e3f4ae4bacf62c2c3375 /hosted-api/pom.xml
parentfd568af3e1f67ff581fc77d80d422ef152d8e3e6 (diff)
Make dependencies provided
Diffstat (limited to 'hosted-api/pom.xml')
-rw-r--r--hosted-api/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosted-api/pom.xml b/hosted-api/pom.xml
index 3ca8c3c5fd5..597cd57f8dd 100644
--- a/hosted-api/pom.xml
+++ b/hosted-api/pom.xml
@@ -17,11 +17,13 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
<artifactId>vespajlib</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>