cstamas commented on issue #12648:
URL: https://github.com/apache/maven/issues/12648#issuecomment-5144130819

   Here is a command to play  with:
   ```
   mvn toolbox:gav-tree-dd 
-DextraRepositories=confluent::https://packages.confluent.io/maven 
-Dgav=io.confluent:kafka-schema-registry-client:7.5.12 
-Dboms=org.springframework.boot:spring-boot-dependencies:4.1.0 
-Dmaven.resolver.dependencyManagerTransitivity=true
   ```
   
   And just toggle `true` and `false` using Maven 3.10 (or 4, but count in for 
opposite defaults).
   
   So what happens, kafka-schema-registry-client manages snappy to 1.1.10.5, 
see:
   ```
    mvn toolbox:gav-dm-list 
-DextraRepositories=confluent::https://packages.confluent.io/maven 
-Dgav=io.confluent:kafka-schema-registry-client:7.5.12
   ```
   
   But, in Maven 3.9-, as kafka-schema-registry-client is not root level dep, 
the management is _ignored_. Not so with transitive.
   
   


-- 
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