We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a3643 commit 2561d49Copy full SHA for 2561d49
build.gradle.kts
@@ -33,8 +33,6 @@ dependencies {
33
runtimeOnly("com.mysql:mysql-connector-j")
34
runtimeOnly("com.oracle.database.jdbc:ojdbc11")
35
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")
38
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
39
implementation("com.linecorp.kotlin-jdsl:jpql-dsl:3.5.5")
40
implementation("com.linecorp.kotlin-jdsl:jpql-render:3.5.5")
0 commit comments