File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ poiVersion=5.4.0
264264pollingWatchVersion =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
269269quartzVersion =2.5.0
270270
You can’t perform that action at this time.
0 commit comments