diff options
author | Boslet, Cory <cory.boslet@att.com> | 2020-05-08 14:58:31 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@att.com> | 2020-05-08 14:58:32 -0400 |
commit | fd2aba2a614dc1cefeffe794fc7d80e5d71cd821 (patch) | |
tree | 7cd1e1cbfe2940902f07591773864bcb74bc41be /pom.xml | |
parent | 86b2d36e3dabd2e781d7a63063680d1f2776a254 (diff) |
Added to support to enabling l2 multicasting
updated aai dependency
Added to support to enabling l2 multicasting for lnterfaces.
Issue-ID: SO-2914
Signed-off-by: Benjamin, Max (mb388a) <mb388a@att.com>
Change-Id: Idf34a41777e23b7171bd09c174830a4eeeb79e4b
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> |