Skip to content

Commit 2561d49

Browse files
committed
infra: Oracle db 일부 의존성 제거
1 parent 63a3643 commit 2561d49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ dependencies {
3333
runtimeOnly("com.mysql:mysql-connector-j")
3434
runtimeOnly("com.oracle.database.jdbc:ojdbc11")
3535
runtimeOnly("com.oracle.database.security:oraclepki:23.5.0.24.07")
36-
runtimeOnly("com.oracle.database.security:osdt_core:23.5.0.24.07")
37-
runtimeOnly("com.oracle.database.security:osdt_cert:23.5.0.24.07")
3836
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
3937
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.5.5")
4038
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.5.5")

0 commit comments

Comments
 (0)