Skip to content

Commit f56629d

Browse files
fix geo jupyter dependencies
1 parent c5b98d5 commit f56629d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dataframe-geo-jupyter/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ dependencies {
2828
implementation(projects.dataframeGeo)
2929
implementation(projects.dataframeJupyter)
3030

31+
implementation(libs.geotools.referencing) { excludeJaiCore() }
32+
3133
// logger, need it for geotools
3234
implementation(libs.log4j.core)
3335
implementation(libs.log4j.api)

dataframe-geo/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
group = "org.jetbrains.kotlinx"
1414

1515
repositories {
16-
// geo repository should come before Maven Central
16+
// osgeo repository should come before Maven Central
1717
maven("https://repo.osgeo.org/repository/release")
1818
mavenCentral()
1919
mavenLocal()

0 commit comments

Comments
 (0)