aboutsummaryrefslogtreecommitdiffstats
path: root/cloud-tenant-cd/pom.xml
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-26 16:27:31 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-26 16:27:31 +0200
commitd9da501de962175b6798cef10c1bdbf7d74e827e (patch)
treed3b847edd091c6adaad5e5f6f56f772325d38f83 /cloud-tenant-cd/pom.xml
parent5060839763d1f7d1210eafc44b33968b99626a42 (diff)
Move shared tenant-cd-api implementations to new module
Introduce new module tenant-cd-commons. Remove tenant-auth. Change package name for cloud-tenant-cd to avoid potential package conflict. Move ApiAuthenticator to hosted-api.
Diffstat (limited to 'cloud-tenant-cd/pom.xml')
-rw-r--r--cloud-tenant-cd/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/cloud-tenant-cd/pom.xml b/cloud-tenant-cd/pom.xml
index c771e2dd1c3..7ea86316284 100644
--- a/cloud-tenant-cd/pom.xml
+++ b/cloud-tenant-cd/pom.xml
@@ -53,19 +53,19 @@
<!-- compile scope -->
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>tenant-auth</artifactId>
+ <artifactId>hosted-api</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>hosted-api</artifactId>
+ <artifactId>config-provisioning</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.yahoo.vespa</groupId>
- <artifactId>config-provisioning</artifactId>
+ <artifactId>tenant-cd-commons</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>