Skip to content

Commit 11e3734

Browse files
committed
Test PostgreSQL JDBC SNAPSHOT driver
1 parent 6aae807 commit 11e3734

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,9 @@ allprojects {
162162
// maven {
163163
// url "https://repository.apache.org/content/repositories/orgapachetomcat-1322/"
164164
// }
165+
maven {
166+
url "https://oss.sonatype.org/content/repositories/snapshots/"
167+
}
165168
maven {
166169
// Mondrian dependencies are available via this repository. It's a direct dependency of the Query
167170
// module but is declared here as many modules depend on Query and therefore need it as well.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ poiVersion=5.4.0
264264
pollingWatchVersion=0.2.0
265265

266266
# Newer versions of the driver have a perf degradation that's important for us. https://github.com/pgjdbc/pgjdbc/issues/3505
267-
postgresqlDriverVersion=42.7.4
267+
postgresqlDriverVersion=42.7.7-SNAPSHOT
268268

269269
quartzVersion=2.5.0
270270

0 commit comments

Comments
 (0)