Skip to content

Commit

Permalink
Merge branch 'findbugs' into spotbugs
Browse files Browse the repository at this point in the history
Conflicts:
	yank.xls
  • Loading branch information
mebigfatguy committed May 20, 2018
2 parents af928bd + d6f1e2d commit 1f2095e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -109,7 +109,9 @@
<path id="fb-contrib.test.classpath">
<pathelement location="${lib.dir}/testng-${testng.version}.jar" />
<pathelement location="${lib.dir}/jcommander-${jcommander.version}.jar" />
<pathelement location="${lib.dir}/mockito-core-${mockito-core.version}.jar" />
<pathelement location="${lib.dir}/mockito-core-${mockito-core.version}.jar" />
<pathelement location="${lib.dir}/byte-buddy-${byte-buddy.version}.jar" />
<pathelement location="${lib.dir}/objenesis-${objenesis.version}.jar" />
<pathelement location="${lib.dir}/hamcrest-core-${hamcrest-core.version}.jar" />
<pathelement location="${spotbugs.dir}/lib/dom4j-1.6.1.jar" />
<pathelement location="${spotbugs.dir}/lib/jaxen-1.1.6.jar" />
Expand Down
Binary file modified yank.xls
Binary file not shown.

0 comments on commit 1f2095e

Please sign in to comment.