Skip to content

Commit

Permalink
Exclude plexus-container-default from plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed May 12, 2023
1 parent d50551b commit a9c44a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,12 @@
<artifactId>maven-scm-manager-plexus</artifactId>
<version>${maven.scm.version}</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.maven.scm</groupId>
Expand Down

0 comments on commit a9c44a6

Please sign in to comment.