diff options
author | xg353y <xg353y@intl.att.com> | 2018-06-06 15:50:33 +0200 |
---|---|---|
committer | Sébastien Determe <sd378r@intl.att.com> | 2018-06-11 12:34:59 +0000 |
commit | 7e836e1ff7e918961e9003c5dc8126cf84d24da2 (patch) | |
tree | 4a91b693a376e56df9cff5ebed61b830f3c0a23c /pom.xml | |
parent | e640955cbe2c2c39aaa897476ceaac156072133f (diff) |
Integrate AAF
Update aaf dependency version; fix a bug in UI; remove logout page;
update default certificates
Issue-ID: CLAMP-103
Change-Id: I3bdd45730f616165d7a484033c5102241f872c1d
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -260,7 +260,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.0</version> + <version>2.1.1</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> |