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
diff --git a/pom.xml b/pom.xml
index 564e01e..909c1b9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>