summaryrefslogtreecommitdiffstats
path: root/application-model
diff options
context:
space:
mode:
authorJon Marius Venstad <venstad@gmail.com>2022-03-31 14:28:48 +0200
committerJon Marius Venstad <venstad@gmail.com>2022-03-31 14:28:48 +0200
commit9765bf389468f02f328f5cd80f6b8b9b61d47027 (patch)
tree20e31473333e7d57f52a1a0983a5414788e38da6 /application-model
parent89e0f91aa4743809d955000b6d00fdef5a63085d (diff)
Use PatternedStringWrapper for TenantName, ApplicationName and InstanceName, with a lax pattern
Diffstat (limited to 'application-model')
-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 3abf9851d5c..7eac247e249 100644
--- a/application-model/pom.xml
+++ b/application-model/pom.xml
@@ -23,6 +23,12 @@
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
+ <artifactId>vespajlib</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.yahoo.vespa</groupId>
<artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
<scope>provided</scope>