diff options
author | xg353y <xg353y@intl.att.com> | 2018-05-08 16:21:39 +0200 |
---|---|---|
committer | Sébastien Determe <sd378r@intl.att.com> | 2018-06-11 12:29:28 +0000 |
commit | e640955cbe2c2c39aaa897476ceaac156072133f (patch) | |
tree | b0e793d158ea00485213fba82fbbbeef1331a59b /pom.xml | |
parent | 2c0ec04d5978a0eaf9b13d9830d0398e8aed0e66 (diff) |
Integrate AAF
Integrate AAF framework into Clamp.
Issue-ID: CLAMP-103
Change-Id: I2ceeb2a85b8b5674e712b3924a96a2bd6fb71d68
Signed-off-by: xg353y <xg353y@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -258,6 +258,17 @@ </dependency> <!-- Others dependencies --> <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-cadi-aaf</artifactId> + <version>2.1.0</version> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>1.2.3</version> |