Skip to content

Commit 79b00a3

Browse files
ARTEMIS-5984 Removing plexus-utils from the dependency:tree
1 parent 48da854 commit 79b00a3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

artemis-maven-plugin/pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,36 @@
3939
<artifactId>maven-plugin-api</artifactId>
4040
<version>${plugin.components.maven.version}</version>
4141
<scope>provided</scope>
42+
<exclusions>
43+
<exclusion>
44+
<groupId>org.codehaus.plexus</groupId>
45+
<artifactId>plexus-utils</artifactId>
46+
</exclusion>
47+
</exclusions>
4248
</dependency>
4349
<dependency>
4450
<groupId>org.apache.maven</groupId>
4551
<artifactId>maven-artifact</artifactId>
4652
<version>${plugin.components.maven.version}</version>
4753
<scope>provided</scope>
54+
<exclusions>
55+
<exclusion>
56+
<groupId>org.codehaus.plexus</groupId>
57+
<artifactId>plexus-utils</artifactId>
58+
</exclusion>
59+
</exclusions>
4860
</dependency>
4961
<dependency>
5062
<groupId>org.apache.maven</groupId>
5163
<artifactId>maven-core</artifactId>
5264
<version>${plugin.components.maven.version}</version>
5365
<scope>provided</scope>
66+
<exclusions>
67+
<exclusion>
68+
<groupId>org.codehaus.plexus</groupId>
69+
<artifactId>plexus-utils</artifactId>
70+
</exclusion>
71+
</exclusions>
5472
</dependency>
5573
<dependency>
5674
<groupId>org.apache.artemis</groupId>

0 commit comments

Comments
 (0)