Skip to content

Commit

Permalink
Feat [#8] redis 의존성 추가
Browse files Browse the repository at this point in the history
security 관련 의존성도 주석 해제
  • Loading branch information
geniusYoo committed Jun 23, 2024
1 parent 0d9d116 commit b7af45d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jaksim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,16 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'org.springframework.boot:spring-boot-starter-jdbc'
// implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-security'
implementation 'org.springframework.boot:spring-boot-starter-web'
implementation 'org.springframework.boot:spring-boot-starter-actuator'
compileOnly 'org.projectlombok:lombok'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
// testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'org.springframework.security:spring-security-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
}

tasks.named('test') {
Expand Down

0 comments on commit b7af45d

Please sign in to comment.