Release aai/aai-common
[aai/aai-common.git] / aai-parent / pom.xml
index 0adb000..86012e5 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.8.2</version>
   </parent>
   <artifactId>aai-parent</artifactId>
   <name>aai-parent</name>
@@ -42,7 +42,7 @@ 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.4</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>
@@ -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>
@@ -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>