Skip to content

Commit

Permalink
(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed May 24, 2023
1 parent f879b16 commit fce3847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jacoco-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>file-management</artifactId>
<version>1.2.1</version>
<version>3.1.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jacoco-maven-plugin/src/org/jacoco/maven/MergeMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ private void executeMerge() throws MojoExecutionException {

private void load(final ExecFileLoader loader)
throws MojoExecutionException {
final FileSetManager fileSetManager = new FileSetManager(getLog());
final FileSetManager fileSetManager = new FileSetManager();
for (final FileSet fileSet : fileSets) {
for (final String includedFilename : fileSetManager
.getIncludedFiles(fileSet)) {
Expand Down

0 comments on commit fce3847

Please sign in to comment.