Skip to content

Commit 9bf2972

Browse files
committed
remove the exlusion
1 parent 5c9f323 commit 9bf2972

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

quarkus/server/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,7 @@ dependencies {
5151
runtimeOnly(project(":polaris-eclipselink"))
5252
runtimeOnly("org.postgresql:postgresql")
5353
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-
}
54+
runtimeOnly("io.quarkus:quarkus-jdbc-postgresql")
5955

6056
// enforce the Quarkus _platform_ here, to get a consistent and validated set of dependencies
6157
implementation(enforcedPlatform(libs.quarkus.bom))

0 commit comments

Comments
 (0)