diff options
author | sblimkie <steven.blimkie@amdocs.com> | 2019-03-12 10:49:10 -0400 |
---|---|---|
committer | sblimkie <steven.blimkie@amdocs.com> | 2019-03-12 10:49:10 -0400 |
commit | 4dd96637aea7d42002754b5c9abffca7092dd518 (patch) | |
tree | 42d42b2ab202a7052a23338c52c126368a7257ce | |
parent | 482e2e14200176478e4289e675130b8dcc1eba2e (diff) |
DataRouter to use released version of aai-common
Change-Id: I348e11a907ac93bbae0cdbd980277908270cdb64
Issue-ID: AAI-2216
Signed-off-by: sblimkie <steven.blimkie@amdocs.com>
-rw-r--r-- | pom.xml | 21 |
1 files changed, 3 insertions, 18 deletions
@@ -48,7 +48,7 @@ limitations under the License. <installOwnerUser>aaiadmin</installOwnerUser> <installOwnerGroup>aaiadmin</installOwnerGroup> <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup> - <version.aai-schema>1.4.1-SNAPSHOT</version.aai-schema> + <version.aai-schema>1.0.0</version.aai-schema> <!-- Port Selection. A value of 0 will allow for dynamic port selection. For local testing, you may choose to hardcode this value to something like @@ -170,22 +170,7 @@ limitations under the License. <version>3.1.200-oss</version> <scope>provided</scope> </dependency> - <!--<dependency>--> - <!--<groupId>org.onap.aai.aai-common</groupId>--> - <!--<artifactId>aai-schema</artifactId>--> - <!--<version>1.3.0-SNAPSHOT</version>--> - <!--</dependency>--> - <!--<dependency>--> - <!--<groupId>org.onap.aai.aai-common</groupId>--> - <!--<artifactId>aai-schema-ingest</artifactId>--> - <!--<version>1.2.2</version>--> - <!--<exclusions>--> - <!--<exclusion>--> - <!--<groupId>com.google.guava</groupId>--> - <!--<artifactId>guava</artifactId>--> - <!--</exclusion>--> - <!--</exclusions>--> - <!--</dependency>--> + <dependency> <groupId>org.onap.aai.router-core</groupId> <artifactId>router-core</artifactId> @@ -405,7 +390,7 @@ limitations under the License. <configuration> <artifactItems> <artifactItem> - <groupId>org.onap.aai.aai-common</groupId> + <groupId>org.onap.aai.schema-service</groupId> <artifactId>aai-schema</artifactId> <version>${version.aai-schema}</version> <type>jar</type> |