mmoradi0101 commented on code in PR #4872:
URL: https://github.com/apache/calcite/pull/4872#discussion_r3078328626
##########
core/build.gradle.kts:
##########
@@ -95,6 +95,9 @@ dependencies {
testImplementation("org.apache.commons:commons-pool2")
testImplementation("org.hsqldb:hsqldb::jdk8")
testImplementation("sqlline:sqlline")
+ testImplementation("com.oracle.ojdbc:ojdbc8")
+ testImplementation("org.postgresql:postgresql:42.7.3")
Review Comment:
Done. The version is no longer hardcoded. It is now read from
gradle.properties via ${property("mssql-jdbc.version")}, consistent with how
other versions are managed in this project.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]