Skip to content

Commit

Permalink
#18 [Fix] build.gradle conflict 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
JSoi committed Jul 31, 2022
1 parent 7ceae02 commit e922f71
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,11 @@ dependencies {
//file upload
implementation 'commons-fileupload:commons-fileupload:1.4'
compile 'commons-io:commons-io:2.11.0'
<<<<<<< HEAD
//scheduler dependency
implementation 'net.javacrumbs.shedlock:shedlock-spring:4.36.0'
implementation 'net.javacrumbs.shedlock:shedlock-provider-jdbc-template:4.36.0'

=======
//redis
implementation 'org.springframework.boot:spring-boot-starter-data-redis'
>>>>>>> a69a532b32938cf24a1493ed1f1cc223598d4e19
}
tasks.named('test') {
useJUnitPlatform()
Expand Down

0 comments on commit e922f71

Please sign in to comment.