diff options
author | mharazin <mateusz.harazin@nokia.com> | 2020-02-07 11:27:06 +0100 |
---|---|---|
committer | Mateusz Harazin <mateusz.harazin@nokia.com> | 2020-02-07 10:41:28 +0000 |
commit | c85dafe24352576945f7e3468880f04baae3798c (patch) | |
tree | 45c3192f3e863c5cfa9cb76562efbedce9cedaa8 /common/pom.xml | |
parent | e3871f1bd6e8d8c8baa093d1307b029527603302 (diff) |
Fix dependency failure for aai-schema
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
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 51415af446..529841da72 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.3-SNAPSHOT</version> + <version>1.6.3</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |