aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--integration/pom.xml7
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 -->