Skip to content

Commit 66cede4

Browse files
committed
exclude jettison classes from hadoop-client-runtime
1 parent 449e76b commit 66cede4

File tree

1 file changed

+2
-0
lines changed
  • hadoop-client-modules/hadoop-client-runtime

1 file changed

+2
-0
lines changed

hadoop-client-modules/hadoop-client-runtime/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@
165165
<exclude>org.xerial.snappy:*</exclude>
166166
<!-- leave out kotlin classes -->
167167
<exclude>org.jetbrains.kotlin:*</exclude>
168+
<!-- exclude jettison classes -->
169+
<exclude>org.codehaus.jettison:jettison:*</exclude>
168170
</excludes>
169171
</artifactSet>
170172
<filters>

0 commit comments

Comments
 (0)