Bump to odlparent 3.1.0 and yangtools 2.0.3
[netconf.git] / restconf / restconf-parent / pom.xml
index 11febca35ed50778f8b6d837307ea1bfe996e243..a67a90c935e41edfcc3a8d64aa3984227b42caf4 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>