DataRouter to use released version of aai-common 36/82036/1
authorsblimkie <steven.blimkie@amdocs.com>
Tue, 12 Mar 2019 14:35:22 +0000 (10:35 -0400)
committersblimkie <steven.blimkie@amdocs.com>
Tue, 12 Mar 2019 14:35:22 +0000 (10:35 -0400)
Change-Id: I31f6c017ca5d945f41f8618ed7c30ae79be5ed87
Issue-ID: AAI-2216
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 7586ca2..dbf5d61 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>-->