Skip to content

Commit 61e92f1

Browse files
committed
Fix qa-sql h2gis dependency
Restore h2gis dependency lost during merge.
1 parent f890bc6 commit 61e92f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

x-pack/qa/sql/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ subprojects {
9191
// JDBC testing dependencies
9292
testRuntime "net.sourceforge.csvjdbc:csvjdbc:1.0.34"
9393
testRuntime "com.h2database:h2:1.4.196"
94+
testRuntime "org.orbisgis:h2gis-ext:1.3.2"
9495
testRuntime project(path: xpackModule('sql:jdbc'), configuration: 'nodeps')
9596
testRuntime xpackProject('plugin:sql:sql-shared-client')
9697

0 commit comments

Comments
 (0)