add acl support to unimgr
[unimgr.git] / netvirt / pom.xml
index 3cead70d00aa51158285685c772ffae7f857fa87..d819f5af08099fead110e172cdc7d6ce9333235f 100644 (file)
@@ -27,7 +27,7 @@
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
-  
+
   <build>
     <plugins>
       <plugin>
       <groupId>org.opendaylight.netvirt</groupId>
       <artifactId>elanmanager-impl</artifactId>
       <version>${vpnservices.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.netvirt</groupId>
+      <artifactId>aclservice-api</artifactId>
+      <version>${vpnservices.version}</version>
     </dependency>
      <dependency>
       <groupId>org.opendaylight.genius</groupId>