Skip to content

Commit 5b568bc

Browse files
committed
add migration for org.jvnet.jaxb:artifactId:jaxb-maven-plugin for JaxB 2 using jakarta dependencies but javax packages
1 parent 29e071d commit 5b568bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/META-INF/rewrite/java-version-11.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ recipeList:
109109
groupId: org.codehaus.mojo
110110
artifactId: jaxb2-maven-plugin
111111
newVersion: 2.5.x
112+
- org.openrewrite.maven.UpgradePluginVersion:
113+
groupId: org.jvnet.jaxb
114+
artifactId: jaxb-maven-plugin
115+
newVersion: 2.0.X
112116
---
113117
type: specs.openrewrite.org/v1beta/recipe
114118
name: org.openrewrite.java.migrate.javax.AddJaxwsDependencies

0 commit comments

Comments
 (0)