Merge "Revert "AAF Version change for log4j""
authorJim Hahn <jrh3@att.com>
Fri, 19 Jun 2020 21:21:47 +0000 (21:21 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 19 Jun 2020 21:21:47 +0000 (21:21 +0000)
1  2 
integration/pom.xml

diff --combined integration/pom.xml
                  <artifactId>slf4j-api</artifactId>
                  <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>
              <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 -->
                  <artifactId>netty-handler-proxy</artifactId>
                  <version>${version.netty}</version>
              </dependency>
 +
 +            <!-- Commons Lang -->
 +            <dependency>
 +                <groupId>org.apache.commons</groupId>
 +                <artifactId>commons-lang3</artifactId>
 +                <version>3.10</version>
 +            </dependency>
 +
 +            <!-- Commons IO -->
 +            <dependency>
 +                <groupId>commons-io</groupId>
 +                <artifactId>commons-io</artifactId>
 +                <version>2.7</version>
 +            </dependency>
          </dependencies>
  
      </dependencyManagement>