Remove superfluous constants
[bgpcep.git] / binding-parent / pom.xml
index 8b43119e7505534f64046e1b0e6fcabff36a36ad..08119925eb8b3c331df8472b569c9652c69e9894 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>5.0.2</version>
+        <version>5.0.6</version>
         <relativePath/>
     </parent>
 
 
     <build>
         <plugins>
-            <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>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-dependency-plugin</artifactId>