Add Algorithms Module (#936)
* Update pom.xml Add FindBugs reporting plugin * Add algorithms module Dijkstra implementation * Update pom.xml * Update pom.xml
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
99e86c5f19
commit
49c7cc84ed
@@ -357,18 +357,4 @@
|
||||
|
||||
</properties>
|
||||
|
||||
<reporting>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
<version>${findbugs-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<effort>Max</effort>
|
||||
<omitVisitors>FindDeadLocalStores,FindNullDeref</omitVisitors>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user