Add aaf into dependencyManagement 87/67287/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 18 Sep 2018 12:39:23 +0000 (08:39 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 18 Sep 2018 12:39:51 +0000 (08:39 -0400)
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>
integration/pom.xml

index 1cbe1ab..cf4ed21 100644 (file)
                 <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>