Skip to content

Commit 6e83cf9

Browse files
[MINVOKER-337] Exclude plexus-container-default and o.a.maven from runtime dependencies
1 parent 1f42511 commit 6e83cf9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,10 @@ under the License.
161161
<groupId>org.codehaus.plexus</groupId>
162162
<artifactId>plexus-container-default</artifactId>
163163
</exclusion>
164+
<exclusion>
165+
<groupId>org.apache.maven</groupId>
166+
<artifactId>*</artifactId>
167+
</exclusion>
164168
</exclusions>
165169
</dependency>
166170

@@ -169,6 +173,12 @@ under the License.
169173
<groupId>org.apache.maven.doxia</groupId>
170174
<artifactId>doxia-sink-api</artifactId>
171175
<version>1.12.0</version>
176+
<exclusions>
177+
<exclusion>
178+
<groupId>org.codehaus.plexus</groupId>
179+
<artifactId>plexus-container-default</artifactId>
180+
</exclusion>
181+
</exclusions>
172182
</dependency>
173183

174184
<dependency>

0 commit comments

Comments
 (0)