diff options
author | Steve Smokowski <ss835w@att.com> | 2019-02-20 13:13:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-20 13:13:45 +0000 |
commit | 20a24c8e780890d4e63b281e5de16080d322bf17 (patch) | |
tree | a4a27e0a9b9963560cc59e1b3e4a0a65d5e08e41 /common/pom.xml | |
parent | 75a0957c5d544bf96bbcfba1594d1e23b417a01e (diff) | |
parent | 2fdc72da4f188853421fcb3b425c398267c6d2e3 (diff) |
Merge "Create Pre Building Block validator"
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/pom.xml b/common/pom.xml index 51c9ed3bcb..6bd142ddb2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -47,9 +47,9 @@ <artifactId>spring-webmvc</artifactId> </dependency> <dependency> - <groupId>org.onap.aai.aai-common</groupId> + <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>org.modelmapper</groupId> |