Skip to content

Commit da304d5

Browse files
authored
[spark] In Spark 3.2 and 3.3, change paimon-spark-common to provided. (#5282)
1 parent ee08d83 commit da304d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

paimon-spark/paimon-spark-3.2/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ under the License.
4646
<groupId>org.apache.paimon</groupId>
4747
<artifactId>paimon-spark-common_${scala.binary.version}</artifactId>
4848
<version>${project.version}</version>
49+
<scope>provided</scope>
4950
</dependency>
5051

5152
<dependency>

paimon-spark/paimon-spark-3.3/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ under the License.
4646
<groupId>org.apache.paimon</groupId>
4747
<artifactId>paimon-spark-common_${scala.binary.version}</artifactId>
4848
<version>${project.version}</version>
49+
<scope>provided</scope>
4950
</dependency>
5051

5152
<dependency>

0 commit comments

Comments
 (0)