Skip to content

Commit 4b7b8ab

Browse files
committed
Use @component only
1 parent bc33485 commit 4b7b8ab

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)