Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylong committed May 6, 2018
1 parent 5e93043 commit 6f62902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion maven/src/it/740-aggregate/postbuild.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ String report = FileUtils.readFileToString(new File(basedir, "target/dependency-
int count = StringUtils.countMatches(report, "org.owasp.test.aggregate:fourth:1.0.0-SNAPSHOT");
if (count == 0) {
System.out.println(String.format("fourth-1.0.0-SNAPSHOT was not identified"));
);
return false;
}
count = StringUtils.countMatches(report, "org.apache.james:apache-mime4j-core:0.7.2");
Expand Down

0 comments on commit 6f62902

Please sign in to comment.