Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxiaojian committed Feb 22, 2024
1 parent 84253f3 commit 67143b8
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions paimon-kafka-connect/pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-parent</artifactId>
<version>0.8-SNAPSHOT</version>
</parent>

<groupId>org.example</groupId>
<artifactId>paimon-kafka-connect</artifactId>

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

</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ under the License.
<module>paimon-service</module>
<module>paimon-test-utils</module>
<module>tools/ci/paimon-ci-tools</module>
<module>paimon-kafka-connect</module>
</modules>

<properties>
Expand Down

0 comments on commit 67143b8

Please sign in to comment.