File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments