Skip to content

Commit

Permalink
reduce dependency scope of plexus-utils and commons-io (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Mar 27, 2023
1 parent 18ea4e4 commit 05ce9ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,18 +123,18 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>${mavenFilteringVersion}</version>
</dependency>
<!-- Upgrade of transitive commons-io 2.4 of maven-shared-utils of maven-filtering. -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<scope>compile</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 05ce9ba

Please sign in to comment.