summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-07 17:27:22 +0200
committerJon Marius Venstad <jvenstad@yahoo-inc.com>2019-06-07 17:27:22 +0200
commitce08379e47b9e02836026d111e1a27681b21c715 (patch)
tree954830fead4acd24854a231b2d6d202676ac72ce /pom.xml
parent65937b2191aad18db17403cdbf0b94db7aac7cc7 (diff)
Move tenant authentication to new module tenant-auth, to override internally
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 120547fbfed..984c0cdf7a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,6 +120,7 @@
<module>standalone-container</module>
<module>statistics</module>
<module>storage</module>
+ <module>tenant-auth</module>
<module>tenant-base</module>
<module>tenant-cd</module>
<module>testutil</module>