Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / model-impl / aai / pom.xml
index 8b6b296..b7cc9c1 100644 (file)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   aai
   ================================================================================
-  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
   Modifications Copyright (C) 2019 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
         <artifactId>model-impl</artifactId>
-        <version>2.1.0-SNAPSHOT</version>
+        <version>2.8.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>aai</artifactId>
             <artifactId>rest</artifactId>
             <version>${project.version}</version>
         </dependency>
+        <dependency>
+            <groupId>javax.xml.bind</groupId>
+            <artifactId>jaxb-api</artifactId>
+        </dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
@@ -51,7 +55,6 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>2.13.0</version>
             <scope>test</scope>
         </dependency>
         <dependency>
         <dependency>
             <groupId>org.onap.aai.schema-service</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>1.0.3</version>
+            <version>1.7.2</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.google.code.javaparser</groupId>
+                    <artifactId>javaparser</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>com.googlecode.json-simple</groupId>
+                    <artifactId>json-simple</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
     </dependencies>
 </project>