Skip to content

Commit a9c44a6

Browse files
Exclude plexus-container-default from plugin dependencies
1 parent d50551b commit a9c44a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,12 @@
122122
<artifactId>maven-scm-manager-plexus</artifactId>
123123
<version>${maven.scm.version}</version>
124124
<scope>compile</scope>
125+
<exclusions>
126+
<exclusion>
127+
<groupId>org.codehaus.plexus</groupId>
128+
<artifactId>plexus-container-default</artifactId>
129+
</exclusion>
130+
</exclusions>
125131
</dependency>
126132
<dependency>
127133
<groupId>org.apache.maven.scm</groupId>

0 commit comments

Comments
 (0)