Bazel: Build with a working PostgreSQL JDBC connector
The PgSQL connector got changed for Buck builds in Ia143f1df1d8e41686362fd76b9bc82e0046f9894 to use a newer version. That version bump has another important feature because it also provides an implementation of setQueryTimeout. Bug: Issue 5307 Change-Id: I99fa3f2e6a236fe2d2bcbf0ae057e48b19397e76
This commit is contained in:
@@ -846,8 +846,8 @@ maven_jar(
|
|||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = "postgresql",
|
name = "postgresql",
|
||||||
artifact = "postgresql:postgresql:9.1-901-1.jdbc4",
|
artifact = "org.postgresql:postgresql:9.4.1211.jre7",
|
||||||
sha1 = "9bfabe48876ec38f6cbaa6931bad05c64a9ea942",
|
sha1 = "56b01e9e667f408818a6ef06a89598dbab80687d",
|
||||||
)
|
)
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
|
|||||||
Reference in New Issue
Block a user