Skip to content

Commit

Permalink
[MINVOKER-337] Exclude plexus-container-default and o.a.maven from ru…
Browse files Browse the repository at this point in the history
…ntime dependencies
  • Loading branch information
slawekjaranowski committed Apr 28, 2024
1 parent 1f42511 commit 6e83cf9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -161,6 +161,10 @@ under the License.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.maven</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand All @@ -169,6 +173,12 @@ under the License.
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-sink-api</artifactId>
<version>1.12.0</version>
<exclusions>
<exclusion>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-container-default</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 6e83cf9

Please sign in to comment.