Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
FANNG1 committed Feb 12, 2025
1 parent 4b5d6a5 commit 1856f4c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions catalogs/catalog-lakehouse-paimon/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ val sparkVersion: String = libs.versions.spark34.get()
val sparkMajorVersion: String = sparkVersion.substringBeforeLast(".")
val paimonVersion: String = libs.versions.paimon.get()

// Temporarily locking in to avoid https://github.com/netplex/json-smart-v2/issues/240
configurations.all {
resolutionStrategy {
force("net.minidev:json-smart:2.3")
}
}

dependencies {
implementation(project(":api")) {
exclude("*")
Expand Down

0 comments on commit 1856f4c

Please sign in to comment.