Fix dependency failure for aai-schema 71/101371/2
authormharazin <mateusz.harazin@nokia.com>
Fri, 7 Feb 2020 10:27:06 +0000 (11:27 +0100)
committerMateusz Harazin <mateusz.harazin@nokia.com>
Fri, 7 Feb 2020 10:41:28 +0000 (10:41 +0000)
Updated solution of dependency failure after changes in AAI

Issue-ID: SO-2636
Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com>
Change-Id: I253c73bf749fe200eda83eaa1761deeb38227c5e

common/pom.xml

index 51415af..529841d 100644 (file)
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.onap.aai.schema-service</groupId>
       <artifactId>aai-schema</artifactId>
-      <version>1.6.3-SNAPSHOT</version>
+      <version>1.6.3</version>
     </dependency>
     <dependency>
       <groupId>org.modelmapper</groupId>