fjtirado commented on PR #3572: URL: https://github.com/apache/incubator-kie-kogito-runtimes/pull/3572#issuecomment-2242891776
> > > > it seems that is a transitive dependency, so, r @gitgabrio There is not transitive dependency. If there was, the problem wont appear because the modified jar will be installed by maven invoker in the local repository and the jars will be equal. Compare is complaining because is comparing the modified jar with the latest one available in the central repo (since the jar changed they are different) Therefore, There is a problen with the compare for the IT test modules, that is including all jars in the lot (see the quarkus ones in the other PR). Also, the requirement is to be reproducilbe for jars that are deployed. Integration test modules are not deployed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
