Browse Source

jackson 라이브러리 충돌

pull/5/head
지대한 1 year ago
parent
commit
9426e71fe4
  1. 10
      pav-server/build.gradle

10
pav-server/build.gradle

@ -35,7 +35,7 @@ jar {
} }
dependencies { dependencies {
implementation project(':pav-common') // implementation project(':pav-common')
// spring // spring
implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework.boot:spring-boot-starter-web'
@ -71,7 +71,6 @@ dependencies {
implementation 'io.jsonwebtoken:jjwt:0.9.1' implementation 'io.jsonwebtoken:jjwt:0.9.1'
implementation 'io.netty:netty-all:4.1.9.Final' implementation 'io.netty:netty-all:4.1.9.Final'
implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4:1.16' 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.httpcomponents:httpclient'
implementation 'org.apache.commons:commons-lang3' implementation 'org.apache.commons:commons-lang3'
implementation 'commons-httpclient:commons-httpclient:3.1' implementation 'commons-httpclient:commons-httpclient:3.1'
@ -79,9 +78,10 @@ dependencies {
implementation 'io.springfox:springfox-boot-starter:3.0.0' implementation 'io.springfox:springfox-boot-starter:3.0.0'
implementation 'org.json:json:20220320' implementation 'org.json:json:20220320'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr353'
implementation 'com.bedatadriven:jackson-datatype-jts:2.4' // implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
implementation 'de.grundid.opendatalab:geojson-jackson:1.14' // implementation 'com.bedatadriven:jackson-datatype-jts:2.4'
// implementation 'de.grundid.opendatalab:geojson-jackson:1.14'

Loading…
Cancel
Save