[AAI] Log4j changes moved to the Istanbul branch
[aai/aai-common.git] / aai-core / pom.xml
index 11280e2..7022550 100644 (file)
@@ -26,7 +26,7 @@ limitations under the License.
        <parent>
                <groupId>org.onap.aai.aai-common</groupId>
                <artifactId>aai-parent</artifactId>
-               <version>1.9.0-SNAPSHOT</version>
+               <version>1.9.2-SNAPSHOT</version>
                <relativePath>../aai-parent/pom.xml</relativePath>
        </parent>
        <artifactId>aai-core</artifactId>
@@ -399,8 +399,10 @@ limitations under the License.
                        <artifactId>jackson-annotations</artifactId>
                </dependency>
                <dependency>
-                       <groupId>log4j</groupId>
+            <groupId>org.apache.logging.log4j</groupId>
                        <artifactId>log4j</artifactId>
+            <version>${log4j.version}</version>
+            <type>pom</type>
                </dependency>
        </dependencies>