diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-08-09 12:49:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-09 12:49:57 +0000 |
commit | a320bbf1ca0d593a5b3493c039ac118fd8f97600 (patch) | |
tree | 4dbd6922d1305e25852b5fa4f7fdf67273a8f9d8 /policy-endpoints/pom.xml | |
parent | fb3c2a56b46a95c188ec4eec9c98c7bd0b881097 (diff) | |
parent | 0d62e1d1e8d0a7744a62f437605a4197ec6e3285 (diff) |
Merge "generic jetty filter and cadi support"
Diffstat (limited to 'policy-endpoints/pom.xml')
-rw-r--r-- | policy-endpoints/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/policy-endpoints/pom.xml b/policy-endpoints/pom.xml index 81c1d86f..fb546a5a 100644 --- a/policy-endpoints/pom.xml +++ b/policy-endpoints/pom.xml @@ -87,6 +87,12 @@ </dependency> <dependency> + <groupId>org.onap.aaf.authz</groupId> + <artifactId>aaf-cadi-aaf</artifactId> + <version>2.1.1</version> + </dependency> + + <dependency> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-server</artifactId> <version>${jetty.version}</version> |