commit | 4d2556799ac3805f9b79f5e722805d44cbddcdf5 | [log] [tgz] |
---|---|---|
author | Till Westmann <tillw@apache.org> | Mon Nov 28 16:18:41 2016 -0800 |
committer | Till Westmann <tillw@apache.org> | Tue Nov 29 10:10:53 2016 -0800 |
tree | 65ac763fc82aa403cfdc16aa44c08434707d9753 | |
parent | 6b8a42f3df9cebb9bd5d56e5986215bc0d98e45c [diff] |
ASTERIXDB-1659: remove outdated findbugs-plugin Change-Id: I40c6d9f4443afe744c4bbddd63bbf206df924155 Reviewed-on: https://asterix-gerrit.ics.uci.edu/1362 Sonar-Qube: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Integration-Tests: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: abdullah alamoudi <bamousaa@gmail.com>
diff --git a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml index c4f9f2c..f7726e1 100644 --- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml +++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-nc/pom.xml
@@ -74,13 +74,4 @@ <version>3.5</version> </dependency> </dependencies> - <reporting> - <plugins> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>findbugs-maven-plugin</artifactId> - <version>2.0.1</version> - </plugin> - </plugins> - </reporting> </project>