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:
parent
c1eb8f11cc
commit
640381f50d
@ -846,8 +846,8 @@ maven_jar(
|
||||
|
||||
maven_jar(
|
||||
name = "postgresql",
|
||||
artifact = "postgresql:postgresql:9.1-901-1.jdbc4",
|
||||
sha1 = "9bfabe48876ec38f6cbaa6931bad05c64a9ea942",
|
||||
artifact = "org.postgresql:postgresql:9.4.1211.jre7",
|
||||
sha1 = "56b01e9e667f408818a6ef06a89598dbab80687d",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
|
Loading…
Reference in New Issue
Block a user