We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c9f323 commit 9bf2972Copy full SHA for 9bf2972
quarkus/server/build.gradle.kts
@@ -51,11 +51,7 @@ dependencies {
51
runtimeOnly(project(":polaris-eclipselink"))
52
runtimeOnly("org.postgresql:postgresql")
53
runtimeOnly(project(":polaris-relational-jdbc"))
54
- runtimeOnly("io.quarkus:quarkus-jdbc-postgresql") {
55
- exclude(group = "org.antlr", module = "antlr4-runtime")
56
- exclude(group = "org.scala-lang", module = "scala-library")
57
- exclude(group = "org.scala-lang", module = "scala-reflect")
58
- }
+ runtimeOnly("io.quarkus:quarkus-jdbc-postgresql")
59
60
// enforce the Quarkus _platform_ here, to get a consistent and validated set of dependencies
61
implementation(enforcedPlatform(libs.quarkus.bom))
0 commit comments