Skip to content

Commit 2da772c

Browse files
committed
Downgrade Guice to 5.1.0 to be in sync with Maven 3.9
1 parent d7dd6c1 commit 2da772c

File tree

5 files changed

+1
-173
lines changed

5 files changed

+1
-173
lines changed

pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
</distributionManagement>
3232

3333
<properties>
34-
<junit5Version>5.12.1</junit5Version>
3534
<versions.eclipse.sisu>0.9.0.M4</versions.eclipse.sisu>
3635
<project.build.outputTimestamp>2025-04-05T17:02:05Z</project.build.outputTimestamp>
3736
</properties>
@@ -61,22 +60,14 @@
6160
<dependency>
6261
<groupId>com.google.inject</groupId>
6362
<artifactId>guice</artifactId>
64-
<version>6.0.0</version>
63+
<version>5.1.0</version>
6564
</dependency>
6665
<!-- needed by Guava 33.4.3+ for javax.annotations.Nullable -->
6766
<dependency>
6867
<groupId>com.google.code.findbugs</groupId>
6968
<artifactId>jsr305</artifactId>
7069
<version>3.0.2</version>
7170
</dependency>
72-
<dependency>
73-
<groupId>jakarta.annotation</groupId>
74-
<artifactId>jakarta.annotation-api</artifactId>
75-
<version>2.1.1</version>
76-
<scope>provided</scope>
77-
<optional>true</optional>
78-
</dependency>
79-
8071
<dependency>
8172
<groupId>org.junit.jupiter</groupId>
8273
<artifactId>junit-jupiter-api</artifactId>

src/test/java/org/codehaus/plexus/testing/PlexusTestJakartaTest.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/test/java/org/codehaus/plexus/testing/TestJakartaComponent.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

src/test/java/org/codehaus/plexus/testing/TestJakartaComponent2.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/test/java/org/codehaus/plexus/testing/TestJakartaComponent3.java

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)