Skip to content

Commit 55050c6

Browse files
committed
[FIX] commons-compress 의존성 추가
Gradle 버전에 따른 변경사항
1 parent b9da6a8 commit 55050c6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ dependencies {
7474
runtimeOnly 'com.mysql:mysql-connector-j'
7575
runtimeOnly 'com.h2database:h2'
7676

77+
implementation 'org.apache.commons:commons-compress:1.21'
78+
7779
// test Dependencies
7880

7981
// springboot, junit 버전: https://docs.spring.io/spring-boot/docs/current/reference/html/appendix-dependency-versions.html

0 commit comments

Comments
 (0)