summaryrefslogtreecommitdiffstats
path: root/application-model/pom.xml
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@yahooinc.com>2022-01-03 17:39:33 +0100
committerHåkon Hallingstad <hakon@yahooinc.com>2022-01-03 17:39:33 +0100
commit0646515bf772065e2992152aeb7a0a808f18df62 (patch)
treed81f892f9d4ac7cafc02a4c71ba57d7545728cc5 /application-model/pom.xml
parent4528efcd87b9c078f91ecfc4f53dfee8632881e1 (diff)
Add InfrastructureApplication in application-model
Diffstat (limited to 'application-model/pom.xml')
-rw-r--r--application-model/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/application-model/pom.xml b/application-model/pom.xml
index 4937bc54a34..19823a12e67 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -23,6 +23,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>config-provisioning</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>annotations</artifactId>
<version>${project.version}</version>
</dependency>