diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2019-12-20 08:20:26 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-12-20 08:20:26 +0000 |
commit | 77cc65a64dabb180062d5cb20827e68428033bf1 (patch) | |
tree | 3281e09dd3c6b61a27692858176c13e236456fc5 /common/pom.xml | |
parent | 07fc1b52da6485e0ec8774f79d506b696aed218a (diff) | |
parent | 837beb73d7aa6e8f7e4e932ac71e59663b868992 (diff) |
Merge "Added AAF Integration related changes"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/common/pom.xml b/common/pom.xml index aa1ac654da..94b28e91bd 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -131,6 +131,17 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-cadi-aaf</artifactId> + <version>2.1.9</version> + <exclusions> + <exclusion> + <groupId>javax.servlet</groupId> + <artifactId>servlet-api</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> <version>0.9.11</version> |