Skip to content

Commit

Permalink
Merge pull request #153 from timja/exclude-commons-io
Browse files Browse the repository at this point in the history
Remove commons-io as it comes from Jenkins core
  • Loading branch information
uhafner authored Oct 13, 2020
2 parents 626e11c + d91285a commit c239427
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down Expand Up @@ -358,6 +353,7 @@
<artifactId>codingstyle</artifactId>
<version>${codingstyle.config.version}</version>
<classifier>config</classifier>

</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit c239427

Please sign in to comment.