Skip to content

Commit

Permalink
update paimon core pom exclude NOTICE
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-024 committed Nov 28, 2024
1 parent 32c3a4c commit b3db196
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions paimon-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,14 @@ under the License.
<goal>shade</goal>
</goals>
<configuration>
<filters>
<filter>
<artifact>*</artifact>
<excludes>
<exclude>okhttp3/internal/publicsuffix/NOTICE</exclude>
</excludes>
</filter>
</filters>
<artifactSet>
<includes combine.children="append">
<include>com.squareup.okhttp3:okhttp</include>
Expand Down

0 comments on commit b3db196

Please sign in to comment.