flyrain commented on code in PR #1411:
URL: https://github.com/apache/polaris/pull/1411#discussion_r2051879003
##########
quarkus/server/build.gradle.kts:
##########
@@ -48,9 +48,8 @@ dependencies {
implementation(project(":polaris-service-common"))
implementation(project(":polaris-quarkus-service"))
- if (project.hasProperty("eclipseLinkDeps")) {
- runtimeOnly(project(":polaris-eclipselink"))
- }
+ runtimeOnly(project(":polaris-eclipselink"))
+ runtimeOnly("org.postgresql:postgresql")
Review Comment:
Would it still work if we point it to other driver like this?
```
-PeclipseLinkDeps=com.h2database:h2:2.3.232
```
--
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]