Skip to content

Commit

Permalink
update spark pom
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuangchong committed Mar 26, 2024
1 parent a3bba64 commit fc18149
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions paimon-spark/paimon-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,20 @@ under the License.
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-hive-catalog</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.paimon</groupId>
<artifactId>paimon-hive-catalog</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit fc18149

Please sign in to comment.