diff options
author | Utkarsh Jauhari <uj426b@att.com> | 2020-06-19 13:51:00 +0000 |
---|---|---|
committer | Utkarsh Jauhari <uj426b@att.com> | 2020-06-19 17:49:27 +0000 |
commit | 5014e05e9d93248854d1473d795ec671e2e7ba6b (patch) | |
tree | 4d8d9b5d0eed039f27f85d1966723bf9ebe7ca45 /integration | |
parent | 324700e31ee692899c1658bf647963ca04ffa425 (diff) |
AAF Version change for log4j
Issue-ID: POLICY-2623
Signed-off-by: Utkarsh Jauhari <uj426b@att.com>
Change-Id: I30d33c82c15118a7305ea3a8b794aa48a61e06d1
Diffstat (limited to 'integration')
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 2c28475e..f0a2d67a 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -282,11 +282,6 @@ <version>1.7.25</version> </dependency> <dependency> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - <version>1.2.17</version> - </dependency> - <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-core</artifactId> <version>${version.logback}</version> @@ -315,7 +310,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.2</version> + <version>2.1.17</version> </dependency> <!-- Client library for Cambria event routing API --> |