Skip to content

Commit

Permalink
delete: 플러그인 의존성 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
GiHoo committed Nov 12, 2024
1 parent ebaffb0 commit 3a49588
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,6 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'

// auth0
implementation group: 'com.auth0', name: 'java-jwt', version: '3.18.2'
// https://mvnrepository.com/artifact/com.auth0/auth0-spring-security-api
implementation 'com.auth0:auth0-spring-security-api:1.5.3'

// import javax.servlet.http.*;
implementation 'javax.servlet:javax.servlet-api:4.0.1'

implementation 'org.springframework.boot:spring-boot-starter-oauth2-client:3.2.4'
implementation 'org.springframework.security:spring-security-oauth2-client:6.2.3'
Expand Down

0 comments on commit 3a49588

Please sign in to comment.