Skip to content

Commit

Permalink
fix paimon package
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoyan1998 committed Jul 22, 2024
1 parent 2264db1 commit fe2a21e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dinky-app/dinky-app-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>

<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-metadata-paimon</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.dinky</groupId>
<artifactId>dinky-metadata-base</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions dinky-assembly/src/main/assembly/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@
<include>dinky-metadata-doris-${project.version}.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/dinky-metadata/dinky-metadata-paimon/target
</directory>
<outputDirectory>lib</outputDirectory>
<includes>
<include>dinky-metadata-paimon-${project.version}.jar</include>
</includes>
</fileSet>
<fileSet>
<directory>${project.parent.basedir}/dinky-metadata/dinky-metadata-hive/target
</directory>
Expand Down

0 comments on commit fe2a21e

Please sign in to comment.