Skip to content

Commit

Permalink
fix orc version conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
liming30 committed Oct 22, 2024
1 parent e027d1d commit f4bad93
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions paimon-spark/paimon-spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,10 @@ under the License.
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<artifactId>orc-core</artifactId>
<groupId>org.apache.orc</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit f4bad93

Please sign in to comment.