timtebeek commented on PR #556:
URL: https://github.com/apache/wicket/pull/556#issuecomment-1469740937

   So the bump of the rewrite-recipe-bom helped; now there's only one enforcer 
rule violation left:
   ```
   Warning:  
   Dependency convergence error for 
jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime paths to dependency 
are:
   +-org.apache.wicket:wicket-migration:jar:10.0.0-M1-SNAPSHOT
     +-org.openrewrite.recipe:rewrite-migrate-java:jar:1.18.0:compile
       +-org.openrewrite:rewrite-maven:jar:7.38.0:runtime
         
+-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.4:runtime
           +-jakarta.xml.bind:jakarta.xml.bind-api:jar:2.3.3:runtime
             +-jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime
   and
   +-org.apache.wicket:wicket-migration:jar:10.0.0-M1-SNAPSHOT
     +-org.openrewrite.recipe:rewrite-migrate-java:jar:1.18.0:compile
       +-org.openrewrite:rewrite-maven:jar:7.38.0:runtime
         
+-com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.13.4:runtime
           +-jakarta.activation:jakarta.activation-api:jar:1.2.1:runtime
   
   Error:  Rule 1: org.apache.maven.plugins.enforcer.DependencyConvergence 
failed with message:
   Failed while enforcing releasability. See above detailed error message.
   ```
   Which version do you suggest we pick & how should we enforce this; 
dependencyManagement for 
`jakarta.activation:jakarta.activation-api:jar:1.2.2:runtime` ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to