Skip to content

Commit 222e0c0

Browse files
committed
infra: Oracle 연결 위한 의존성 추가 설정
1 parent b7df1fd commit 222e0c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ dependencies {
3232

3333
runtimeOnly("com.mysql:mysql-connector-j")
3434
runtimeOnly("com.oracle.database.jdbc:ojdbc11")
35+
runtimeOnly("com.oracle.database.security:oraclepki")
36+
runtimeOnly("com.oracle.database.security:osdt_core")
37+
runtimeOnly("com.oracle.database.security:osdt_cert")
3538
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
3639
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.5.5")
3740
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.5.5")

0 commit comments

Comments
 (0)