Remove unneeded spotbugs/checkstyle declarations
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
index dc3e93d53486510c5d9a4424e825b5c07798892f..9fa2aa4eaf72971e60e79b1165e32efaa0ffd62a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>6.0.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>