Skip to content

Commit

Permalink
Merge pull request #6 from apache/io
Browse files Browse the repository at this point in the history
remove split package
  • Loading branch information
elharo authored Jul 31, 2020
2 parents 47ecb61 + 6e8872e commit ca21acb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,12 @@
<groupId>org.apache.maven.plugin-testing</groupId>
<artifactId>maven-plugin-testing-harness</artifactId>
<version>2.1</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ca21acb

Please sign in to comment.