diff options
author | Utkarsh Jauhari <uj426b@att.com> | 2020-06-24 20:48:00 +0000 |
---|---|---|
committer | Utkarsh Jauhari <uj426b@att.com> | 2020-06-24 20:49:04 +0000 |
commit | afd0c37342a4864136f5307335fcf42fd93e388b (patch) | |
tree | b38885ae4bca36fa3c003ac574ffb29783d888fa /integration/pom.xml | |
parent | b5d8e7e6f3d72317258fa4c66773b0f3e361544a (diff) |
AAF Version upgrade to 2.1.21
Issue-ID: POLICY-2623
Signed-off-by: Utkarsh Jauhari <uj426b@att.com>
Change-Id: I84d5bf257555844d096a30b82c63145114a8df81
Diffstat (limited to 'integration/pom.xml')
-rw-r--r-- | integration/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 17c278eb..6146220d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -310,7 +310,13 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.2</version> + <version>2.1.21</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + </exclusions> </dependency> <!-- Client library for Cambria event routing API --> |