Remove unneeded checkstyle/spotbugs declaration
[controller.git] / benchmark / ntfbenchmark / pom.xml
index e7bbedacdeee288b22eccbc072c61282d80156e4..4d26b37846ae72b9d681c83576e2920f9494c758 100644 (file)
@@ -53,16 +53,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <artifactId>yang-data-impl</artifactId>
     </dependency>
   </dependencies>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-checkstyle-plugin</artifactId>
-        <configuration>
-          <propertyExpansion>checkstyle.violationseverity=error</propertyExpansion>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
 </project>