Skip to content

Commit

Permalink
[Flink] Add dependencies to shaded jar for flink (#479)
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <[email protected]>
Co-authored-by: chenxu <[email protected]>
  • Loading branch information
xuchen-plus and dmetasoul01 authored May 9, 2024
1 parent ec50635 commit 4c072eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lakesoul-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -464,6 +464,10 @@ SPDX-License-Identifier: Apache-2.0
<include>com.google.protobuf:protobuf-java</include>
<!--substrait-->
<inclue>io.substrait:core</inclue>
<include>com.fasterxml.jackson.dataformat:jackson-dataformat-yaml</include>
<include>com.fasterxml.jackson.datatype:jackson-datatype-jdk8</include>
<include>org.antlr:*</include>
<include>org.yaml:snakeyaml</include>
</includes>
<excludes>
<exclude>org.apache.logging.log4j:*</exclude>
Expand Down

0 comments on commit 4c072eb

Please sign in to comment.