leujean02 opened a new pull request, #15501:
URL: https://github.com/apache/pinot/pull/15501

   Continue the work on the proposal outlined in the issue 
[#12676](https://github.com/apache/pinot/issues/12676).
   
   I have done the following:
   1. I moved the version declarations from submodules POM to the root POM. 
       - Affected dependencies: 
          - `com.adobe.testing:s3mock-testcontainers` 
          - `cloud.localstack:localstack-utils`
   2. I declared the dependency version in the root POM and replaced the 
hardcoded number with the variables defined in the root POM.
       - Affected dependencies: 
          - `net.sourceforge.fmpp:fmpp`
          - `com.github.os72:protobuf-dynamic`
   3. There is a version conflict between `scala-library` 2.12.20 (from the 
root POM) and 2.13.16 (from `pinot-confluent-json`). I used 
`maven-shade-plugin` to relocate the `scala-library` dependency from 
`pinot-confluent-json` plugin.
   
   @siddharthteotia @gviedma 


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

Reply via email to