Merge "Fixed DataStore related issue and cleaned up pom"
[vpnservice.git] / bgpmanager / bgpmanager-impl / pom.xml
index 78469fd1ec2bdc562e39aa69c645a7a98800ce29..36810b6adcb672f372c8244d9904ad2aa3333471 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.vpnservice</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.0.1-SNAPSHOT</version>
+    <version>0.1.0-SNAPSHOT</version>
     <relativePath>../../commons/config-parent</relativePath>
   </parent>
 
@@ -43,6 +43,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>libthrift</artifactId>
       <version>0.9.1</version>
     </dependency>
+
+    <!--Dependencies for Unit Test -->
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>sal-binding-broker-impl</artifactId>
+      <version>${mdsal.version}</version>
+      <scope>test</scope>
+      <type>test-jar</type>
+    </dependency>
+
+
   </dependencies>
 
 </project>