aboutsummaryrefslogtreecommitdiffstats
path: root/common/pom.xml
diff options
context:
space:
mode:
authorEnbo Wang <wangenbo@huawei.com>2020-02-03 13:30:06 +0800
committerEnbo Wang <wangenbo@huawei.com>2020-02-03 13:36:40 +0800
commite9c0b88ed9b0e9a538ee87f25f3ea4c99f853702 (patch)
treeaac125c21e5be83e252a72a96907497849fb0fa9 /common/pom.xml
parentf388c24c982a51c47d6b00c72d9252c5e430f44d (diff)
Fix dependency failure for aai-schema
Issue-ID: SO-2636 Signed-off-by: Enbo Wang <wangenbo@huawei.com> Change-Id: I946870c801134dc76b8c55ffd52ace5aaef60a69
Diffstat (limited to 'common/pom.xml')
-rw-r--r--common/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml
index cdd5df950a..3f029bcb96 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.1-SNAPSHOT</version>
+ <version>1.6.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.modelmapper</groupId>