Skip to content

Commit

Permalink
[update]
Browse files Browse the repository at this point in the history
  • Loading branch information
YannByron committed Nov 22, 2024
1 parent cfc8fbb commit b7889fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions paimon-spark/paimon-spark-ut/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,20 @@ under the License.
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
<version>${spark.version}</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-sql_${scala.binary.version}</artifactId>
Expand Down

0 comments on commit b7889fd

Please sign in to comment.