We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 657c603 commit 5b74d76Copy full SHA for 5b74d76
dependencies/pom.xml
@@ -51,6 +51,19 @@
51
<dependency>
52
<groupId>org.apache.maven</groupId>
53
<artifactId>maven-core</artifactId>
54
+ <exclusions>
55
+ <exclusion>
56
+ <groupId>org.apache.maven.shared</groupId>
57
+ <artifactId>maven-shared-utils</artifactId>
58
+ </exclusion>
59
+ </exclusions>
60
+ </dependency>
61
+ <dependency>
62
63
64
+ <!-- This module doesn't directly use the classes in maven-shared-utils but declaring
65
+ this dependency to override the version declared in maven-core 3.8.8 -->
66
+ <version>3.3.3</version>
67
</dependency>
68
69
<!-- required to create PlexusContainer in RepositoryUtility-->
0 commit comments