Skip to content

Commit

Permalink
Merge pull request #122 from MRamonLeon/remove-plexus
Browse files Browse the repository at this point in the history
Remove unnecessary dependency (plexus)
  • Loading branch information
centic9 committed Sep 17, 2020
2 parents f4ac599 + d74910d commit 837e463
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ THE SOFTWARE.
<groupId>org.codehaus.plexus</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>org.sonatype.plexus</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 837e463

Please sign in to comment.