Skip to content

Commit

Permalink
feat : OAuth2 의존성 추가 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-ho committed Mar 8, 2024
1 parent e427a26 commit 8d58613
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ dependencies {
runtimeOnly 'com.h2database:h2'

/* Security */
testImplementation 'org.springframework.security:spring-security-test'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'
testImplementation 'org.springframework.security:spring-security-test'

/* Lombok */
compileOnly 'org.projectlombok:lombok'
Expand Down

0 comments on commit 8d58613

Please sign in to comment.