Merge "Bump to odlparent 3.1.0 and yangtools 2.0.3"
[netconf.git] / netconf / netconf-parent / pom.xml
index acb0b824a9e4b7a4529d391ca567daaf6699ec11..98ee2e75867e2253043f044d79715cbba599fefc 100644 (file)
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
+        <!-- TODO Remove the dependencies when upgrading to odlparent 3.1.1 or later -->
+        <dependencies>
+          <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>findbugs</artifactId>
+            <version>3.1.1</version>
+          </dependency>
+        </dependencies>
         <configuration>
           <failOnError>true</failOnError>
         </configuration>