Skip to content

Commit

Permalink
Remove unused commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Apr 15, 2022
1 parent b8cb2e0 commit 8477434
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions maven-release-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,6 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<!-- scm dependencies -->
<dependency>
<groupId>org.apache.maven.scm</groupId>
Expand Down Expand Up @@ -260,7 +255,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<!-- Excluding this package to avoid running doclint
<!-- Excluding this package to avoid running doclint
in generated sources for Modello -->
<excludePackageNames>org.apache.maven.shared.release.config</excludePackageNames>
</configuration>
Expand Down

0 comments on commit 8477434

Please sign in to comment.