Update snapshot and/or references of policy/models to latest snapshots
[policy/models.git] / models-interactions / model-impl / aai / pom.xml
index 79537a5..a202eb2 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
         <artifactId>model-impl</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.6.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>aai</artifactId>
         <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>
+            </exclusions>
         </dependency>
     </dependencies>
 </project>