diff options
author | Jim Hahn <jrh3@att.com> | 2020-06-19 21:21:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-06-19 21:21:47 +0000 |
commit | 4a1ed8a656903f32b2cf134de6f9602412eb3c5c (patch) | |
tree | 6c333f8b16618a093c28d5944d0d588d46c2448e | |
parent | 3c3ff2d3845889d987ca307e2c87b492c9cff7e5 (diff) | |
parent | f02f3e42ce83a78d41e221e1a19ca337d8983d3e (diff) |
Merge "Revert "AAF Version change for log4j""
-rw-r--r-- | integration/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 88eacdb0..162dd312 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -282,6 +282,11 @@ <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> @@ -310,7 +315,7 @@ <dependency> <groupId>org.onap.aaf.authz</groupId> <artifactId>aaf-cadi-aaf</artifactId> - <version>2.1.17</version> + <version>2.1.2</version> </dependency> <!-- Client library for Cambria event routing API --> |