Update coordinates of jaybird dependency

See gh-32954
pull/32844/head
Andy Wilkinson 2 years ago
parent 85fd475821
commit 89af931c29

@ -120,7 +120,7 @@ dependencies {
testImplementation("org.eclipse.jetty:jetty-client") testImplementation("org.eclipse.jetty:jetty-client")
testImplementation("org.eclipse.jetty.http2:http2-client") testImplementation("org.eclipse.jetty.http2:http2-client")
testImplementation("org.eclipse.jetty.http2:http2-http-client-transport") testImplementation("org.eclipse.jetty.http2:http2-http-client-transport")
testImplementation("org.firebirdsql.jdbc:jaybird-jdk18") { testImplementation("org.firebirdsql.jdbc:jaybird") {
exclude group: "javax.resource", module: "connector-api" exclude group: "javax.resource", module: "connector-api"
} }
testImplementation("org.hsqldb:hsqldb") testImplementation("org.hsqldb:hsqldb")

Loading…
Cancel
Save