diff options
author | Steve Smokowski <ss835w@att.com> | 2021-01-13 21:50:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-01-13 21:50:06 +0000 |
commit | e998ae0a7cd16f53ade786fc83140d2e78e0892e (patch) | |
tree | aafbd721587835d42a304f10f2b0e27cfc89122f /mso-api-handlers | |
parent | 6a291a8b03903c86640d57b8cf810dd8fe30c697 (diff) | |
parent | 4209b112238df5ec0efe7bd2e351f2b6b8e816e2 (diff) |
Merge "added in changes to pom for new cadi dependencies"
Diffstat (limited to 'mso-api-handlers')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/pom.xml | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml index 542b8db932..678de23db5 100644 --- a/mso-api-handlers/mso-api-handler-infra/pom.xml +++ b/mso-api-handlers/mso-api-handler-infra/pom.xml @@ -236,9 +236,12 @@ <artifactId>micrometer-registry-prometheus</artifactId> </dependency> <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-cadi-client</artifactId> + </dependency> + <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>${aaf.cadi.version}</version> <exclusions> <exclusion> <groupId>javax.servlet</groupId> @@ -251,6 +254,21 @@ </exclusions> </dependency> <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-auth-client</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-misc-env</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-misc-rosetta</artifactId> + <scope>runtime</scope> + </dependency> + <dependency> <groupId>javax.xml.bind</groupId> <artifactId>jaxb-api</artifactId> <version>2.3.0</version> |