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 1f42511 commit 6e83cf9Copy full SHA for 6e83cf9
pom.xml
@@ -161,6 +161,10 @@ under the License.
161
<groupId>org.codehaus.plexus</groupId>
162
<artifactId>plexus-container-default</artifactId>
163
</exclusion>
164
+ <exclusion>
165
+ <groupId>org.apache.maven</groupId>
166
+ <artifactId>*</artifactId>
167
+ </exclusion>
168
</exclusions>
169
</dependency>
170
@@ -169,6 +173,12 @@ under the License.
173
<groupId>org.apache.maven.doxia</groupId>
174
<artifactId>doxia-sink-api</artifactId>
171
175
<version>1.12.0</version>
176
+ <exclusions>
177
178
+ <groupId>org.codehaus.plexus</groupId>
179
+ <artifactId>plexus-container-default</artifactId>
180
181
+ </exclusions>
172
182
183
184
<dependency>
0 commit comments