diff options
author | Steve Smokowski <ss835w@att.com> | 2020-02-07 13:18:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-02-07 13:18:43 +0000 |
commit | 6db24e72ecbf4f5c63085085c10dc656568b563b (patch) | |
tree | a60adc789df85ef6ac8e98b125cedd6eb56f4a65 | |
parent | 092c43b8a222fe987084c4a103b3e1e888ff7550 (diff) | |
parent | c85dafe24352576945f7e3468880f04baae3798c (diff) |
Merge "Fix dependency failure for aai-schema"
-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> |