Skip to content

Commit

Permalink
added shaded-paimon
Browse files Browse the repository at this point in the history
  • Loading branch information
Zzm0809 committed Dec 22, 2023
1 parent b437a31 commit 76a8d74
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions dinky-shaded/dinky-shaded-paimon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@
<name>Dinky : Shaded : Paimon</name>
<description>Dinky Shaded Paimon</description>

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.paimon</groupId>
Expand Down Expand Up @@ -76,9 +70,7 @@
</filters>
<relocations>
<relocation>
<!-- 改名前 -->
<pattern>org.apache.paimon</pattern>
<!-- 改名后 -->
<shadedPattern>org.dinky.shaded.org.apache.paimon</shadedPattern>
</relocation>
</relocations>
Expand Down

0 comments on commit 76a8d74

Please sign in to comment.