Remove unneeded checkstyle/spotbugs declaration
[controller.git] / benchmark / dsbenchmark / pom.xml
index c004d164526d2f76f8b8b7ef8b81ca8cdab78e0d..29e937a37afd1c1e6e008f4c6e2b6aabed931dc3 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>4.0.3</version>
+    <version>5.0.3</version>
     <relativePath/>
   </parent>
 
@@ -55,16 +55,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </dependencies>
 
   <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-    </plugins>
-
     <pluginManagement>
       <plugins>
         <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.-->