We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50551b commit a9c44a6Copy full SHA for a9c44a6
pom.xml
@@ -122,6 +122,12 @@
122
<artifactId>maven-scm-manager-plexus</artifactId>
123
<version>${maven.scm.version}</version>
124
<scope>compile</scope>
125
+ <exclusions>
126
+ <exclusion>
127
+ <groupId>org.codehaus.plexus</groupId>
128
+ <artifactId>plexus-container-default</artifactId>
129
+ </exclusion>
130
+ </exclusions>
131
</dependency>
132
<dependency>
133
<groupId>org.apache.maven.scm</groupId>
0 commit comments