Skip to content

Commit

Permalink
try to relocated connector specific classes
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Jul 16, 2023
1 parent e00a1f2 commit c78689c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions flink-sql-connector-pulsar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,15 @@ under the License.
<relocations>
<relocation>
<pattern>org.bouncycastle</pattern>
<shadedPattern>org.apache.pulsar.shade.org.bouncycastle</shadedPattern>
<shadedPattern>org.apache.flink.connector.pulsar.shade.org.bouncycastle</shadedPattern>
</relocation>
<relocation>
<pattern>com.scurrilous</pattern>
<shadedPattern>org.apache.pulsar.shade.com.scurrilous</shadedPattern>
<shadedPattern>org.apache.flink.connector.pulsar.shade.com.scurrilous</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.pulsar.shade.io.netty</pattern>
<shadedPattern>org.apache.flink.connector.pulsar.shade.io.netty</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit c78689c

Please sign in to comment.