Remove unneeded checkstyle/spotbugs declarations
[mdsal.git] / model / ietf / rfc8525 / pom.xml
index bed6413679bba146728e6d2f1c7fa2ec07d6e0d7..94c8b608e7c00b83a27c2f0350c46e35b27e8834 100644 (file)
         </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>