Skip to content

Commit 8eb8233

Browse files
authored
deps: maven-shared-utils 3.3.3 (#2407)
b/416442478
1 parent b4b98d9 commit 8eb8233

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

dependencies/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,19 @@
5151
<dependency>
5252
<groupId>org.apache.maven</groupId>
5353
<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+
<groupId>org.apache.maven.shared</groupId>
63+
<artifactId>maven-shared-utils</artifactId>
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>
5467
</dependency>
5568
<dependency>
5669
<!-- required to create PlexusContainer in RepositoryUtility-->

0 commit comments

Comments
 (0)