Skip to content

Commit 8c6f965

Browse files
authored
The JakartaEE9 upgrade process supplements the jakarta.activation upgrade. (#820)
The JakartaEE9 upgrade process supplements the jakarta.activation upgrade.
1 parent 10071b4 commit 8c6f965

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/META-INF/rewrite/jakarta-ee-9.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ recipeList:
8282
newGroupId: jakarta.activation
8383
newArtifactId: jakarta.activation-api
8484
newVersion: 2.0.x
85+
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
86+
groupId: com.sun.activation
87+
artifactId: jakarta.activation
88+
newVersion: 2.0.x
8589
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
8690
groupId: jakarta.activation
8791
artifactId: jakarta.activation-api

0 commit comments

Comments
 (0)