File tree Expand file tree Collapse file tree 1 file changed +7
-12
lines changed
Expand file tree Collapse file tree 1 file changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -95,22 +95,11 @@ under the License.
9595 <project .build.outputTimestamp>2023-10-20T21:21:50Z</project .build.outputTimestamp>
9696 <slf4j .version>1.7.36</slf4j .version>
9797 <plexus-archiver .version>4.9.0</plexus-archiver .version>
98+ <maven .plugin.tools.version>3.10.3-SNAPSHOT</maven .plugin.tools.version>
9899 </properties >
99100
100101 <dependencyManagement >
101102 <dependencies >
102- <!-- TODO check with Maven Api upgrade -->
103- <!-- the same version as in Maven 3.1.1 -->
104- <dependency >
105- <groupId >org.eclipse.sisu</groupId >
106- <artifactId >org.eclipse.sisu.inject</artifactId >
107- <version >0.3.0.M1</version >
108- </dependency >
109- <dependency >
110- <groupId >org.eclipse.sisu</groupId >
111- <artifactId >org.eclipse.sisu.plexus</artifactId >
112- <version >0.3.0.M1</version >
113- </dependency >
114103 <!-- override the version from maven-reporting-impl -->
115104 <dependency >
116105 <groupId >org.apache.commons</groupId >
@@ -318,6 +307,12 @@ under the License.
318307 <artifactId >maven-plugin-testing-harness</artifactId >
319308 <version >${pluginTestingVersion} </version >
320309 <scope >test</scope >
310+ <exclusions >
311+ <exclusion >
312+ <groupId >org.codehaus.plexus</groupId >
313+ <artifactId >plexus-container-default</artifactId >
314+ </exclusion >
315+ </exclusions >
321316 </dependency >
322317 <dependency >
323318 <groupId >org.mockito</groupId >
You can’t perform that action at this time.
0 commit comments