aboutsummaryrefslogtreecommitdiffstats
path: root/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 /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 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b150e33208a..af8ec130ecb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -126,9 +126,9 @@
<module>standalone-container</module>
<module>statistics</module>
<module>storage</module>
- <module>tenant-auth</module>
<module>tenant-base</module>
<module>tenant-cd-api</module>
+ <module>tenant-cd-commons</module>
<module>testutil</module>
<module>vdslib</module>
<module>vespaclient-core</module>