Release Oxygen
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / pom.xml
index 549e6778d5a99c8c88d988343248b08e7a2db7d5..3da2baa6e50e9bb428acab01c3b707464ab77005 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.8.2</version>
     <relativePath>../../config/config-parent</relativePath>
   </parent>
 
   <artifactId>sal-distributed-datastore</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.7.2</version>
   <packaging>bundle</packaging>
 
   <dependencies>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
+        <dependencies>
+          <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>findbugs</artifactId>
+            <version>3.1.1</version>
+          </dependency>
+        </dependencies>
         <configuration>
           <failOnError>true</failOnError>
         </configuration>