File tree 1 file changed +13
-5
lines changed
src/main/resources/META-INF/rewrite
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -774,17 +774,25 @@ recipeList:
774
774
groupId : jakarta.xml.ws
775
775
artifactId : jakarta.xml.ws-api
776
776
newVersion : 3.0.x
777
+ - org.openrewrite.maven.ChangeDependencyScope :
778
+ groupId : jakarta.xml.ws
779
+ artifactId : jakarta.xml.ws-api
780
+ newScope : provided
781
+ - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
782
+ groupId : com.sun.xml.ws
783
+ artifactId : jaxws-rt
784
+ newVersion : 3.x
785
+ - org.openrewrite.maven.ChangeDependencyScope :
786
+ groupId : com.sun.xml.ws
787
+ artifactId : jaxws-rt
788
+ newScope : provided
777
789
- org.openrewrite.java.dependencies.AddDependency :
778
790
groupId : com.sun.xml.ws
779
791
artifactId : jaxws-rt
780
792
version : 3.x
781
- scope : runtime
793
+ scope : provided
782
794
onlyIfUsing : javax.xml.ws..*
783
795
acceptTransitive : true
784
- - org.openrewrite.java.dependencies.UpgradeDependencyVersion :
785
- groupId : com.sun.xml.ws
786
- artifactId : jaxws-rt
787
- newVersion : 3.x
788
796
- org.openrewrite.java.ChangePackage :
789
797
oldPackageName : javax.xml.ws
790
798
newPackageName : jakarta.xml.ws
You can’t perform that action at this time.
0 commit comments