Skip to content

Commit 5b74d76

Browse files
suztomojinseopkim0
authored andcommitted
deps: maven-shared-utils 3.3.3 (#2407)
b/416442478
1 parent 657c603 commit 5b74d76

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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)