summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormharazin <mateusz.harazin@nokia.com>2020-02-06 10:36:48 +0100
committermharazin <mateusz.harazin@nokia.com>2020-02-06 13:05:20 +0100
commit9b496eb93f2056656f9ab182de37beb88a9f75cd (patch)
treee5d635939b930cc12cd66e77a1bcc7e9b39c2c5c
parent9131b47477881cf35f40d0c1c359d18dadf72130 (diff)
Fix dependency failure for aai-schema
Temporary solution until fix AAI-2789 bug Issue-ID: SO-2636 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: Ifaee3198bba7f293530b4fed1f6267e54ceeba9d
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index 3f029bcb96..51415af446 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.onap.aai.schema-service</groupId>
<artifactId>aai-schema</artifactId>
- <version>1.6.2-SNAPSHOT</version>
+ <version>1.6.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.modelmapper</groupId>