aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/mso-infrastructure-bpmn/pom.xml
diff options
context:
space:
mode:
authorSeshu Kumar M <seshu.kumar.m@huawei.com>2019-12-20 08:20:26 +0000
committerGerrit Code Review <gerrit@onap.org>2019-12-20 08:20:26 +0000
commit77cc65a64dabb180062d5cb20827e68428033bf1 (patch)
tree3281e09dd3c6b61a27692858176c13e236456fc5 /bpmn/mso-infrastructure-bpmn/pom.xml
parent07fc1b52da6485e0ec8774f79d506b696aed218a (diff)
parent837beb73d7aa6e8f7e4e932ac71e59663b868992 (diff)
Merge "Added AAF Integration related changes"
Diffstat (limited to 'bpmn/mso-infrastructure-bpmn/pom.xml')
-rw-r--r--bpmn/mso-infrastructure-bpmn/pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/bpmn/mso-infrastructure-bpmn/pom.xml b/bpmn/mso-infrastructure-bpmn/pom.xml
index 1ae0dd48f7..c3c26ef5e7 100644
--- a/bpmn/mso-infrastructure-bpmn/pom.xml
+++ b/bpmn/mso-infrastructure-bpmn/pom.xml
@@ -304,5 +304,16 @@
<version>1.7.0</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.onap.aaf.authz</groupId>
+ <artifactId>aaf-cadi-aaf</artifactId>
+ <version>2.1.9</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
</dependencies>
</project>