Skip to content

Commit

Permalink
[DOCS] 미사용 dependency 제거 #82
Browse files Browse the repository at this point in the history
  • Loading branch information
ddongseop committed Aug 8, 2023
1 parent ab1c0bc commit 7a9dba5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 1 addition & 6 deletions umbba-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ dependencies {
// for HttpStatus
implementation 'org.springframework.boot:spring-boot-starter-web'

// redis
implementation "org.springframework.boot:spring-boot-starter-data-redis"

// jwt
implementation group: "io.jsonwebtoken", name: "jjwt-api", version: "0.11.2"
implementation group: "io.jsonwebtoken", name: "jjwt-impl", version: "0.11.2"
// Jackson
implementation group: "io.jsonwebtoken", name: "jjwt-jackson", version: "0.11.2"
}
7 changes: 3 additions & 4 deletions umbba-external/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ jar { enabled = true }
dependencies {
implementation project(":umbba-common")


// Social Login
implementation 'org.springframework.cloud:spring-cloud-starter-openfeign:3.1.7'

// for JsonIgnore
implementation group: "io.jsonwebtoken", name: "jjwt-jackson", version: "0.11.2"

// spring webflux
// implementation "org.springframework.boot:spring-boot-starter-webflux"

// JSON Ignore
implementation group: "io.jsonwebtoken", name: "jjwt-jackson", version: "0.11.2"
}

0 comments on commit 7a9dba5

Please sign in to comment.