diff options
author | Conor Ward <conor.ward@est.tech> | 2019-04-01 15:50:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-01 15:50:38 +0000 |
commit | 875daad0a737115702458d1850ddee87ac4cea30 (patch) | |
tree | 25ca00bf5f13b34a8e73daddf41b5573017961af /datarouter-prov/pom.xml | |
parent | a26d139f31caa06ec932498574b18c69780dab28 (diff) | |
parent | 5775de7b0fc84a29511dc4a1a480c3ab32da2ade (diff) |
Merge "DR AAF CADI integration"
Diffstat (limited to 'datarouter-prov/pom.xml')
-rwxr-xr-x | datarouter-prov/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 44f70f5f..284a8cac 100755 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -259,6 +259,11 @@ </exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-aaf</artifactId>
+ <version>${aaf-cadi-aaf.version}</version>
+ </dependency>
</dependencies>
<profiles>
<profile>
|