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
  • Loading branch information
lhotari committed Nov 29, 2024
1 parent 5dec2e2 commit 656b9cf
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>org.apache.pulsar: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 656b9cf

Please sign in to comment.