Polish "Stop referring to STRUCT and ARRAY as they are deprecated"

See gh-33248
This commit is contained in:
Stéphane Nicoll
2024-07-21 11:18:27 +02:00
parent 955602bdbd
commit af8dc44469
10 changed files with 283 additions and 126 deletions

View File

@@ -43,8 +43,12 @@ repositories {
dependencies {
api(project(":spring-context"))
api(project(":spring-jdbc"))
api(project(":spring-jms"))
api(project(":spring-web"))
api("org.jetbrains.kotlin:kotlin-stdlib")
api("com.oracle.database.jdbc:ojdbc11")
api("jakarta.jms:jakarta.jms-api")
api("jakarta.servlet:jakarta.servlet-api")