diff options
author | Sean Hassan <sean.hassan@att.com> | 2020-05-21 16:22:11 -0500 |
---|---|---|
committer | Hassan, Sean (sh265m) <sean.hassan@att.com> | 2020-05-22 13:59:04 -0500 |
commit | b6106cffafc89a9c3051c3196f54df643197e4ad (patch) | |
tree | cff90ac9839a734428a564a63e98547efa87e626 /auth/auth-cass/pom.xml | |
parent | f8e4fae3bb0e9a7d40a70a64971efd1813bee2d1 (diff) |
Enable Organizations to have a subset of users the user roles of which do not expire
Issue-ID: AAF-1149
Signed-off-by: Sean Hassan <sean.hassan@att.com>
Change-Id: Iaf04456abe78f2cb7972587b50f00bcaac3f83aa
Diffstat (limited to 'auth/auth-cass/pom.xml')
-rw-r--r-- | auth/auth-cass/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index e061f061..2b465819 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -123,6 +123,11 @@ <artifactId>slf4j-log4j12</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-auth-deforg</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> <plugins> |