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 8d56134
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pom.xml
Expand Up @@ -145,6 +145,11 @@ under the License.
<version>${mavenVersion}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>1.0.0.v20140518</version>
</dependency>

<!-- shared -->
<dependency>
Expand All @@ -161,6 +166,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 +178,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 8d56134

Please sign in to comment.