diff options
author | Steve Smokowski <ss835w@att.com> | 2020-05-11 14:08:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-05-11 14:08:25 +0000 |
commit | 4bbcf0d74967a5af6c2cb874d262e45694202be7 (patch) | |
tree | 7db7fe8ae4ca4dd25c17400f58778e981dfdd852 /pom.xml | |
parent | 1b08c1ff96623e55200305fc411a8ad03ddd16d1 (diff) | |
parent | fd2aba2a614dc1cefeffe794fc7d80e5d71cd821 (diff) |
Merge "Added to support to enabling l2 multicasting"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -20,7 +20,7 @@ <organization> <name>ONAP - SO</name> <url>http://www.onap.org/</url> - </organization> + </organization> <modules> <module>deployment-configs</module> <module>common</module> @@ -212,17 +212,9 @@ </resource> </resources> <plugins> - <!-- <plugin> - <groupId>org.sonatype.plugins</groupId> - <artifactId>nexus-staging-maven-plugin</artifactId> - <version>1.6.7</version> - <extensions>true</extensions> - <configuration> - <nexusUrl>${nexusproxy}</nexusUrl> - <stagingProfileId>176c31dfe190a</stagingProfileId> - <serverId>ecomp-staging</serverId> - </configuration> - </plugin> --> + <!-- <plugin> <groupId>org.sonatype.plugins</groupId> <artifactId>nexus-staging-maven-plugin</artifactId> <version>1.6.7</version> + <extensions>true</extensions> <configuration> <nexusUrl>${nexusproxy}</nexusUrl> <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> </configuration> </plugin> --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-deploy-plugin</artifactId> @@ -915,6 +907,11 @@ <artifactId>json</artifactId> <version>20140107</version> </dependency> + <dependency> + <groupId>org.onap.aai.schema-service</groupId> + <artifactId>aai-schema</artifactId> + <version>1.7.1-SNAPSHOT</version> + </dependency> </dependencies> </dependencyManagement> <profiles> |