- K8sUtil 파일 삭제
- 승인관리 완전삭제 기능 추가 - DJBank로 명칭 업데이트
This commit is contained in:
+3
-1
@@ -26,7 +26,9 @@ dependencies {
|
||||
|
||||
api 'com.eactive.elink.common:elink-common-data:4.5.5'
|
||||
|
||||
implementation fileTree(dir: "ext-libs", include: ["*.jar"])
|
||||
// log4j-core / log4j-1.2-api 는 log4j-to-slf4j 로 대체 (Hibernate/iBATIS 로그를 logback 으로 라우팅)
|
||||
implementation fileTree(dir: "ext-libs", include: ["*.jar"], exclude: ["log4j-core-*.jar", "log4j-1.2-api-*.jar"])
|
||||
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.17.2'
|
||||
|
||||
// api "org.springframework:spring-context:${springVersion}"
|
||||
// api "org.springframework:spring-webmvc:${springVersion}"
|
||||
|
||||
Reference in New Issue
Block a user