diff options
author | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-06-27 14:41:31 -0400 |
---|---|---|
committer | Daniel Silverthorn <daniel.silverthorn@amdocs.com> | 2018-06-27 15:06:00 -0400 |
commit | cbd5b9b82dddb4ae467571ef86dcdccc2268175f (patch) | |
tree | 99c645245c23d39b781d4050275e280725f2ca34 /pom.xml | |
parent | 82f4f1ccada97fa394f88cf208ce526ff5ebf751 (diff) |
Migrate common code to router-core from DR
Change-Id: I3803d2c866b36ace8fda73bb23dff4825e39e846
Signed-off-by: Daniel Silverthorn <daniel.silverthorn@amdocs.com>
Issue-ID: AAI-1339
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -84,6 +84,23 @@ limitations under the License. <version>4.5.5</version> </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> + <!-- Dependencies for the REST Client component --> <!-- Library to obfuscate encrypted passwords --> <dependency> @@ -136,7 +153,7 @@ limitations under the License. <plugin> <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> - <version>2.3.7</version> + <version>2.5.4</version> <extensions>true</extensions> <configuration> <instructions> |