Skip to content

Commit

Permalink
[fix][sql][branch-3.0] Fix shading configuration for presto-pulsar
Browse files Browse the repository at this point in the history
(cherry picked from commit 656b9cf)
  • Loading branch information
lhotari authored and nikhil-ctds committed Dec 6, 2024
1 parent 2ac9d1b commit 6afc8e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar-sql/presto-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@
<include>com.datastax.oss:pulsar-metadata</include>

<include>org.glassfish.jersey*:*</include>
<include>javax.ws.rs:*</include>
<include>javax.annotation:*</include>
<include>jakarta.ws.rs:jakarta.ws.rs-api</include>
<include>jakarta.annotation:*</include>
<include>org.glassfish.hk2*:*</include>

<include>org.eclipse.jetty:*</include>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.pulsar.shade.org.glassfish.jersey.client.JerseyClientBuilder
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.apache.pulsar.shade.org.glassfish.jersey.internal.RuntimeDelegateImpl

0 comments on commit 6afc8e4

Please sign in to comment.