Release aai/aai-common
[aai/aai-common.git] / aai-parent / pom.xml
index 6faf6b7..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.6.11-SNAPSHOT</version>
+    <version>1.9.2</version>
   </parent>
   <artifactId>aai-parent</artifactId>
   <name>aai-parent</name>
@@ -42,11 +42,11 @@ limitations under the License.
     <aai.release.version>${aai.common.version}</aai.release.version>
     <aai.common.logging.version>1.5.1</aai.common.logging.version>
     <aai.rest.client.version>1.5.1</aai.rest.client.version>
-    <aai.schema.service.version>1.6.6</aai.schema.service.version>
+    <aai.schema.service.version>1.7.3</aai.schema.service.version>
 
     <aaf.version>2.1.15</aaf.version>
     <antlr.version>4.7.2</antlr.version>
-    <activemq.version>5.15.11</activemq.version>
+    <activemq.version>5.16.1</activemq.version>
     <codehaus.jackson.version>1.9.13</codehaus.jackson.version>
     <commons.beanutils.version>1.9.4</commons.beanutils.version>
     <commons.cli.version>1.4</commons.cli.version>
@@ -62,7 +62,7 @@ limitations under the License.
     <easy.mock.version>4.0.2</easy.mock.version>
     <eclipse.persistence.version>2.6.2</eclipse.persistence.version>
     <eelf.core.version>1.0.1-oss</eelf.core.version>
-    <freemarker.version>2.3.29</freemarker.version>
+    <freemarker.version>2.3.31</freemarker.version>
     <google.guava.version>19.0</google.guava.version>
     <gremlin.version>3.2.3</gremlin.version>
     <groovy.version>2.5.8</groovy.version>
@@ -72,7 +72,8 @@ limitations under the License.
     <jackson.bom.version>2.10.1</jackson.bom.version>
     <janusgraph.version>0.2.3</janusgraph.version>
     <javatuples.version>1.2</javatuples.version>
-    <jaxb.version>2.2.12</jaxb.version>
+    <jaxb.version>2.3.1</jaxb.version>
+    <old.jaxb.version>2.3.0.1</old.jaxb.version>
     <jaxrs.version>2.0.1</jaxrs.version>
     <jcommander.version>1.78</jcommander.version>
     <jersey.version>1.19.4</jersey.version>
@@ -95,15 +96,15 @@ limitations under the License.
     <json.path.version>2.2.0</json.path.version>
     <json.version>20190722</json.version>
     <junit.version>4.12</junit.version>
-    <httpclient.version>4.5.10</httpclient.version>
+    <httpclient.version>4.5.13</httpclient.version>
     <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>
-    <netty.version>4.0.56.Final</netty.version>
+    <netty.version>4.1.63.Final</netty.version>
     <opencsv.version>3.1</opencsv.version>
     <powermock.version>1.6.6</powermock.version>
     <plexus.utils.version>3.1.1</plexus.utils.version>
@@ -318,7 +319,6 @@ limitations under the License.
         <groupId>javax.annotation</groupId>
         <artifactId>javax.annotation-api</artifactId>
         <version>${javax.annotation.version}</version>
-        <scope>provided</scope>
       </dependency>
 
       <dependency>
@@ -502,7 +502,19 @@ limitations under the License.
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-xjc</artifactId>
-        <version>${jaxb.version}</version>
+        <version>${old.jaxb.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>com.sun.xml.bind</groupId>
+        <artifactId>jaxb-impl</artifactId>
+        <version>${old.jaxb.version}</version>
+      </dependency>
+
+      <dependency>
+        <groupId>com.sun.xml.bind</groupId>
+        <artifactId>jaxb-core</artifactId>
+        <version>${old.jaxb.version}</version>
       </dependency>
 
       <dependency>
@@ -601,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>