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