Skip to content

Commit 8ea656b

Browse files
committed
configure the jaxb-maven-plugin correctly. JaxB 3.0, Jakarta EE 9 (jakarta dependencies and namespace) requires plugin 3.X.
1 parent 5b568bc commit 8ea656b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ recipeList:
781781
artifactId: jaxb2-maven-plugin
782782
newVersion: 3.x
783783
- org.openrewrite.maven.UpgradePluginVersion:
784-
groupId: org.codehaus.mojo
784+
groupId: org.jvnet.jaxb
785785
artifactId: jaxb-maven-plugin
786-
newVersion: 4.x
786+
newVersion: 3.x
787787
- org.openrewrite.java.migrate.jakarta.JavaxXmlToJakartaXmlXJCBinding
788788
---
789789
type: specs.openrewrite.org/v1beta/recipe

0 commit comments

Comments
 (0)