Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions hadoop-client-modules/hadoop-client-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,11 @@
<exclude>org.glassfish.jersey.core:*</exclude>
<exclude>org.glassfish.hk2.external:*</exclude>
<exclude>org.glassfish.jaxb:*</exclude>
<exclude>jakarta.ws.rs:*</exclude>
<exclude>jakarta.annotation:*</exclude>
<exclude>jakarta.validation:*</exclude>
<exclude>jakarta.servlet:*</exclude>
<exclude>javax.annotation:*</exclude>
<exclude>org.hamcrest:*</exclude>
<exclude>org.javassist:*</exclude>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this line remain unchanged?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the corrected version of

<exclude>javassist:*</exclude>

<exclude>aopalliance:*</exclude>
<exclude>javassist:*</exclude>
</excludes>
</artifactSet>
<filters>
Expand Down