Release aai/aai-common
[aai/aai-common.git] / aai-parent / pom.xml
index d6dffc2..11f1741 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <parent>
     <groupId>org.onap.aai.aai-common</groupId>
     <artifactId>aai-common</artifactId>
-    <version>1.9.0-SNAPSHOT</version>
+    <version>1.9.2</version>
   </parent>
   <artifactId>aai-parent</artifactId>
   <name>aai-parent</name>
@@ -60,7 +60,7 @@ limitations under the License.
     <docker.fabric.version>0.31.0</docker.fabric.version>
     <dmaap.client.version>1.1.9</dmaap.client.version>
     <easy.mock.version>4.0.2</easy.mock.version>
-    <eclipse.persistence.version>2.6.0</eclipse.persistence.version>
+    <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
     <eelf.core.version>1.0.1-oss</eelf.core.version>
     <freemarker.version>2.3.31</freemarker.version>
     <google.guava.version>19.0</google.guava.version>
@@ -100,7 +100,7 @@ limitations under the License.
     <io.swagger.version>1.5.24</io.swagger.version>
     <logback.version>1.2.3</logback.version>
     <slf4j.version>1.7.25</slf4j.version>
-    <log4j.version>1.2.17</log4j.version>
+    <log4j.version>2.17.1</log4j.version>
     <mockito.all.version>1.10.19</mockito.all.version>
     <mockito.core.version>1.10.19</mockito.core.version>
     <netty.handler.version>4.1.43.Final</netty.handler.version>
@@ -613,15 +613,10 @@ limitations under the License.
       </dependency>
 
       <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>log4j</artifactId>
-        <version>${log4j.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>log4j</groupId>
-        <artifactId>apache-log4j-extras</artifactId>
-        <version>${log4j.version}</version>
+          <groupId>org.apache.logging.log4j</groupId>
+          <artifactId>log4j</artifactId>
+          <version>${log4j.version}</version>
+          <type>pom</type>
       </dependency>
 
       <dependency>