aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-09-18 08:39:23 -0400
committerPamela Dragosh <pdragosh@research.att.com>2018-09-18 08:39:51 -0400
commit711574b3cc2e657dc991fdcf4fae91565bf8ea92 (patch)
treecc4cb9936e3bf2ca138d0d07f3d40ac128bb32c5
parent8b3a99bd0b303abc38128cfb27f3762c35bcd740 (diff)
Add aaf into dependencyManagement
This dependency is used in policy/common and in policy/engine. In the future other repos may also use this so declaring it in one place to track the version and ensure all repos are updated. Issue-ID: POLICY-1119 Change-Id: Icbab188f2f3fa8d7504b7aab76428138bdd0681f Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-rw-r--r--integration/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 1cbe1ab7..cf4ed219 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -139,6 +139,13 @@
<version>${version.dmaap}</version>
</dependency>
+ <!-- AAF Client -->
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-aaf</artifactId>
+ <version>2.1.2-SNAPSHOT</version>
+ </dependency>
+
<!-- Client library for Cambria event routing API -->
<dependency>
<groupId>com.att.nsa</groupId>