diff --git a/pav-server/build.gradle b/pav-server/build.gradle index e58a5576..101ec16c 100644 --- a/pav-server/build.gradle +++ b/pav-server/build.gradle @@ -35,7 +35,7 @@ jar { } dependencies { - implementation project(':pav-common') +// implementation project(':pav-common') // spring implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter-web' @@ -71,7 +71,6 @@ dependencies { implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'io.netty:netty-all:4.1.9.Final' implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16' - implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr353' implementation 'org.apache.httpcomponents:httpclient' implementation 'org.apache.commons:commons-lang3' implementation 'commons-httpclient:commons-httpclient:3.1' @@ -79,9 +78,10 @@ dependencies { implementation 'io.springfox:springfox-boot-starter:3.0.0' implementation 'org.json:json:20220320' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' - implementation 'com.bedatadriven:jackson-datatype-jts:2.4' - implementation 'de.grundid.opendatalab:geojson-jackson:1.14' + implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr353' +// implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' +// implementation 'com.bedatadriven:jackson-datatype-jts:2.4' +// implementation 'de.grundid.opendatalab:geojson-jackson:1.14'