Skip to content

Commit

Permalink
use iox-formats dependency instead of single ones
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Jan 27, 2024
1 parent ce04dc2 commit e7c2272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ ext {
ioxWkfVersion = '1.1.1'
ehiSqlgenVersion = '1.16.0'

ioxParquetVersion = '0.0.26'
ioxExcelVersion = '0.0.3'
ioxFormatsVersion = '0.0.29'

av2chVersion = '1.1.8'
av2geobauVersion = '1.2.0'
Expand Down Expand Up @@ -57,8 +56,7 @@ ext {
ioxWkfDependency = [ group: 'ch.interlis', name: 'iox-wkf', version: ioxWkfVersion ]
ehiSqlgenDependency = [ group: 'ch.ehi', name: 'ehisqlgen', version: ehiSqlgenVersion ]

ioxParquetDependency = [ group: 'io.github.sogis', name: 'iox-parquet', version: ioxParquetVersion ]
ioxExcelDependency = [ group: 'io.github.sogis', name: 'iox-excel', version: ioxExcelVersion ]
ioxFormatsDependency = [ group: 'io.github.sogis', name: 'iox-formats', version: ioxFormatsVersion ]

av2chDependency = [ group: 'io.github.sogis', name: 'av2ch', version: av2chVersion ]
av2geobauDependency = [ group: 'ch.interlis', name: 'av2geobau', version: av2geobauVersion ]
Expand Down
3 changes: 1 addition & 2 deletions gretl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,9 @@ dependencies {
api ioxIliDependency
api ehiSqlgenDependency

api (ioxParquetDependency) {
api (ioxFormatsDependency) {
exclude group: 'org.slf4j', module: 'slf4j-reload4j'
}
api ioxExcelDependency

api av2chDependency
api av2geobauDependency
Expand Down

0 comments on commit e7c2272

Please sign in to comment.