Update of BaseEndpointRpcRegistry
[groupbasedpolicy.git] / groupbasedpolicy / pom.xml
index 258fb435bf6e152937fb36f898754d47d7c53dfe..d4db9198546f631fea2bbb3dbaef3207abe43a19 100755 (executable)
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>yang-ext</artifactId>
     </dependency>
+    <!-- net utils dependencies -->
+    <dependency>
+      <groupId>com.googlecode.java-ipv6</groupId>
+      <artifactId>java-ipv6</artifactId>
+      <version>0.16</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-net</groupId>
+      <artifactId>commons-net</artifactId>
+    </dependency>
     <!-- testing dependencies -->
     <dependency>
       <groupId>junit</groupId>
@@ -76,6 +86,7 @@
               org.opendaylight.groupbasedpolicy.dto,
               org.opendaylight.groupbasedpolicy.util,
             </Export-Package>
+            <Embed-Dependency>java-ipv6</Embed-Dependency>
           </instructions>
         </configuration>
       </plugin>