Skip to content

Commit 5085438

Browse files
committed
[pom] Adjust managed dependencies to ensure clean commons-* and no duplication on guice
1 parent d02d1e9 commit 5085438

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

pom.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,25 @@
165165
<groupId>org.apache.maven.plugin-testing</groupId>
166166
<artifactId>maven-plugin-testing-harness</artifactId>
167167
<version>4.0.0-alpha-2</version>
168+
<exclusions>
169+
<!-- Guice Artifact Changed Classifiers and maven is on 5.1.0 for 3.9.x line so exclude 4.2.3 here -->
170+
<exclusion>
171+
<groupId>com.google.inject</groupId>
172+
<artifactId>guice</artifactId>
173+
</exclusion>
174+
</exclusions>
175+
</dependency>
176+
177+
<!-- Override to latest commons libraries used at runtime. -->
178+
<dependency>
179+
<groupId>commons-io</groupId>
180+
<artifactId>commons-io</artifactId>
181+
<version>2.20.0</version>
182+
</dependency>
183+
<dependency>
184+
<groupId>org.apache.commons</groupId>
185+
<artifactId>commons-pool2</artifactId>
186+
<version>2.12.1</version>
168187
</dependency>
169188

170189
<dependency>

0 commit comments

Comments
 (0)