Initial NAT implementation
[groupbasedpolicy.git] / groupbasedpolicy / pom.xml
index a213ef6587887665a717a24231339a6469123d8f..f70bbbd74f9190782b20460c80e69fadd45d90fe 100755 (executable)
       <groupId>org.opendaylight.mdsal.model</groupId>
       <artifactId>yang-ext</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal</groupId>
+      <artifactId>mdsal-singleton-common-api</artifactId>
+    </dependency>
     <!-- net utils dependencies -->
     <dependency>
       <groupId>com.googlecode.java-ipv6</groupId>
@@ -52,7 +56,7 @@
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
+      <artifactId>mockito-core</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -94,6 +98,7 @@
               org.opendaylight.groupbasedpolicy.api.*,
               org.opendaylight.groupbasedpolicy.dto,
               org.opendaylight.groupbasedpolicy.util,
+              org.opendaylight.groupbasedpolicy.renderer.util
             </Export-Package>
             <Embed-Dependency>java-ipv6</Embed-Dependency>
           </instructions>