jackjlli opened a new pull request, #10530:
URL: https://github.com/apache/pinot/pull/10530
This PR excludes woodstox-core from azure-storage-file-datalake in
pinot-adls module.
Internally we've seen such failed message on the build:
```
Error:
Dependency convergence error for
com.fasterxml.woodstox:woodstox-core:jar:6.4.0 paths to dependency are:
+-org.apache.pinot:pinot-adls:jar:0.14.0-SNAPSHOT:compile
+-com.azure:azure-storage-file-datalake:jar:12.13.3:compile
+-com.azure:azure-storage-blob:jar:12.20.3:compile
+-com.azure:azure-storage-common:jar:12.19.3:compile
+-com.fasterxml.woodstox:woodstox-core:jar:6.4.0:compile
and
+-org.apache.pinot:pinot-adls:jar:0.14.0-SNAPSHOT:compile
+-com.azure:azure-storage-file-datalake:jar:12.13.3:compile
+-com.azure:azure-storage-blob:jar:12.20.3:compile
+-com.azure:azure-storage-internal-avro:jar:12.5.3:compile
+-com.fasterxml.woodstox:woodstox-core:jar:6.4.0:compile
and
+-org.apache.pinot:pinot-adls:jar:0.14.0-SNAPSHOT:compile
+-com.azure:azure-storage-file-datalake:jar:12.13.3:compile
+-com.azure:azure-storage-blob:jar:12.20.3:compile
+-com.fasterxml.woodstox:woodstox-core:jar:6.4.0:compile
and
+-org.apache.pinot:pinot-adls:jar:0.14.0-SNAPSHOT:compile
+-com.azure:azure-storage-file-datalake:jar:12.13.3:compile
+-com.fasterxml.jackson.dataformat:jackson-dataformat-xml:jar:2.12.7:compile
+-com.fasterxml.woodstox:woodstox-core:jar:6.2.4:compile
and
+-org.apache.pinot:pinot-adls:jar:0.14.0-SNAPSHOT:compile
+-com.azure:azure-storage-file-datalake:jar:12.13.3:compile
+-com.fasterxml.woodstox:woodstox-core:jar:6.4.0:compile
```
Since woodstox-core is already explicitly declared in the pom file, the one
inside `azure-storage-file-datalake` can be excluded.
--
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]