We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10071b4 commit 8c6f965Copy full SHA for 8c6f965
src/main/resources/META-INF/rewrite/jakarta-ee-9.yml
@@ -82,6 +82,10 @@ recipeList:
82
newGroupId: jakarta.activation
83
newArtifactId: jakarta.activation-api
84
newVersion: 2.0.x
85
+ - org.openrewrite.java.dependencies.UpgradeDependencyVersion:
86
+ groupId: com.sun.activation
87
+ artifactId: jakarta.activation
88
+ newVersion: 2.0.x
89
- org.openrewrite.java.dependencies.UpgradeDependencyVersion:
90
groupId: jakarta.activation
91
artifactId: jakarta.activation-api
0 commit comments