Skip to content

Commit 1fc8150

Browse files
jackjlliJack Li(Analytics Engineering)
andauthored
Exclude woodstox-core from azure-storage-file-datalake in pinot-adls module (#10530)
Co-authored-by: Jack Li(Analytics Engineering) <[email protected]>
1 parent bde66eb commit 1fc8150

File tree

1 file changed

+4
-0
lines changed
  • pinot-plugins/pinot-file-system/pinot-adls

1 file changed

+4
-0
lines changed

pinot-plugins/pinot-file-system/pinot-adls/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<groupId>io.netty</groupId>
5555
<artifactId>netty-transport-native-kqueue</artifactId>
5656
</exclusion>
57+
<exclusion>
58+
<groupId>com.fasterxml.woodstox</groupId>
59+
<artifactId>woodstox-core</artifactId>
60+
</exclusion>
5761
</exclusions>
5862
</dependency>
5963
<dependency>

0 commit comments

Comments
 (0)