diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2019-03-12 10:35:22 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2019-03-12 10:35:22 -0400 |
commit | 69c0845d364d546c4e63e1cd65aa80472db22c28 (patch) | |
tree | de72693961acdda4d5d6a8dcade4e7e1849819e5 | |
parent | 92cb5f0c77924bb639741c8854feb855e4f9fa09 (diff) |
DataRouter to use released version of aai-common
Change-Id: I31f6c017ca5d945f41f8618ed7c30ae79be5ed87
Issue-ID: AAI-2216
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -92,14 +92,14 @@ limitations under the License. </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</version> </dependency> <dependency> <groupId>org.onap.aai.aai-common</groupId> <artifactId>aai-schema-ingest</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> <!--<exclusions>--> <!--<exclusion>--> <!--<groupId>com.google.guava</groupId>--> |