Skip to content

Commit

Permalink
build: GeoTools update to 29.1
Browse files Browse the repository at this point in the history
Update GeoTools to 29.1

ING-4083
  • Loading branch information
emanuelaepure10 committed Dec 14, 2023
1 parent 1e7e00c commit 22eb1f8
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 16 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ repositories {
version = '5.0.0'

ext {
geotoolsVersion = '21.0'
geotoolsVersion = '29.1'
wicketVersion = '6.10.0'
}

Expand All @@ -62,7 +62,7 @@ include {
'gt-cql',
'gt-epsg-hsql',
'gt-geojson',
'gt-geometry',
// 'gt-geometry',
'gt-main',
'gt-shapefile',
'gt-render',
Expand Down Expand Up @@ -128,7 +128,7 @@ include {

// TopoJSON support
from 'modules/topojson-j.gradle'

// ensures that always a fixed version of groovy-all is used as groovy dependency
from 'modules/shared/groovy.gradle', {
//XXX custom name is required w/ indy - problem is that Gradle still adds the normal groovy-all dependency
Expand Down Expand Up @@ -224,6 +224,7 @@ platform {

// uncomment and update with eclipse directory only during development
// eclipseHome = new File('/Users/kapil/eclipse/eclipse-4.24-rcp-for-hale-studio-java17/Eclipse-for-hale-studio-5.0.0.app/Contents/Eclipse')
eclipseHome = new File('C:/Users/EmanuelaEpure/Downloads/eclipse-rcp-2022-06-R-win32-x86_64/eclipse')
// override behavior for all bundles to prevent package uses conflicts for packages provided by the JRE
override {
// ensure javax.annotation imports are w/o version
Expand Down
9 changes: 1 addition & 8 deletions modules/topojson-j.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
repositories {
maven {
url 'https://jitpack.io'
}
}

platform {
bundle group: 'org.lz4', name: 'lz4-java', version: '1.4.1', {
bnd {
Expand All @@ -15,9 +9,8 @@ platform {

bundle group: 'com.github.albfernandez', name: 'javadbf', version: '1.13.2'

bundle group: 'com.github.wetransform-os', name: 'topojson-j', version: '1.0', {
bundle group: 'com.github.wetransform-os', name: 'topojson-j', version: '1.1-SNAPSHOT', {
bnd {
version = '1.0.0'
symbolicName = 'com.github.wetransform-os.topojson-j'
}
}
Expand Down
Loading

0 comments on commit 22eb1f8

Please sign in to comment.