Skip to content

Commit

Permalink
build(deps): restrict plexus-utils to test scope to not include it in…
Browse files Browse the repository at this point in the history
…to the main build
  • Loading branch information
nhumblot committed Jul 2, 2023
1 parent 3ab25dc commit 8009687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down

0 comments on commit 8009687

Please sign in to comment.