Skip to content

Commit

Permalink
[flink] Correct pom of paimon-flink-1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Nov 14, 2023
1 parent 5f01156 commit 54e9efc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paimon-flink/paimon-flink-1.17/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ under the License.
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-flink-common</artifactId>
<version>${project.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand Down

0 comments on commit 54e9efc

Please sign in to comment.