Skip to content

Commit

Permalink
Upgrade JAXB maven plugins to Java 17 compatible versions (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammachado authored Nov 22, 2023
1 parent 6f9ed51 commit 523cc18
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/resources/META-INF/rewrite/jakarta-ee-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,14 @@ recipeList:
- org.openrewrite.java.dependencies.RemoveDependency:
groupId: com.sun.xml.bind
artifactId: jaxb-impl
- org.openrewrite.maven.UpgradePluginVersion:
groupId: org.codehaus.mojo
artifactId: jaxb2-maven-plugin
newVersion: 3.x
- org.openrewrite.maven.UpgradePluginVersion:
groupId: org.codehaus.mojo
artifactId: jaxb-maven-plugin
newVersion: 4.x
---
type: specs.openrewrite.org/v1beta/recipe
name: org.openrewrite.java.migrate.jakarta.JavaxXmlSoapToJakartaXmlSoap
Expand Down

0 comments on commit 523cc18

Please sign in to comment.