summaryrefslogtreecommitdiffstats
path: root/flags
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2024-05-19 12:24:53 +0200
committerHåkon Hallingstad <hakon@yahooinc.com>2024-05-19 12:24:53 +0200
commitcc2f70957f0b7fc791be1a6cbd03453d30da70a7 (patch)
tree80fb64e234d453a80bba3fba5e9e4d12d4d4898a /flags
parent107c802740ff383c9bd6796cc8c012ee86f54afc (diff)
config-provisioning must be provided
Diffstat (limited to 'flags')
-rw-r--r--flags/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/flags/pom.xml b/flags/pom.xml
index c86b753b38d..38e946a62e8 100644
--- a/flags/pom.xml
+++ b/flags/pom.xml
@@ -47,6 +47,7 @@
<groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>