|
|
|
@ -42,6 +42,11 @@ dependencies {
|
|
|
|
|
====================================================================================*/
|
|
|
|
|
implementation 'org.apache.commons:commons-io:1.3.2'
|
|
|
|
|
|
|
|
|
|
/*====================================================================================
|
|
|
|
|
* oracle library
|
|
|
|
|
* TODO: "java.sql.SQLException: 지원되지 않는 문자 집합(클래스 경로에 orai18n.jar 추가): KO16MSWIN949" 에러 발생 시 추가
|
|
|
|
|
====================================================================================*/
|
|
|
|
|
implementation 'com.oracle.ojdbc:orai18n:19.3.0.0'
|
|
|
|
|
|
|
|
|
|
/*====================================================================================
|
|
|
|
|
* external library
|
|
|
|
|