diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-19 21:06:20 +0000 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-06-19 21:06:20 +0000 |
commit | f02f3e42ce83a78d41e221e1a19ca337d8983d3e (patch) | |
tree | 5c424e016122dc667be18a8f8090bd25991961b1 | |
parent | 5014e05e9d93248854d1473d795ec671e2e7ba6b (diff) |
Revert "AAF Version change for log4j"
This reverts commit 5014e05e9d93248854d1473d795ec671e2e7ba6b.
Reason for revert: version doesn't exist
Issue-ID: POLICY-2623
Change-Id: I6a4972a3491864fa6072eb493900022c44a85c1f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
-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 f0a2d67a..2c28475e 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 --> |