Skip to content
Snippets Groups Projects
Commit 500d4c78 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-12950: Platform UI tests are using HSQLDB 2.2.9 instead of 2.3.3

parent 91eefcf1
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@
<!-- Versions of XWiki dependencies used in Platform modules -->
<rendering.version>${platform.version}</rendering.version>
<!-- Version of HSQLDB that we use in Platform when import XARs for creating functional test environments -->
<hsqldb.version>2.3.1</hsqldb.version>
<hsqldb.version>2.3.3</hsqldb.version>
<!-- By default check that unit tests don't output anything to the console -->
<xwiki.surefire.captureconsole.skip>false</xwiki.surefire.captureconsole.skip>
</properties>
......
......@@ -499,7 +499,7 @@ private Artifact resolveHSQLDBArtifact() throws MojoExecutionException
// If the HSQLDB artifact wasn't defined, try to resolve the default HSQLDB JAR artifact
if (hsqldbArtifact == null) {
hsqldbArtifact = this.repositorySystem.createArtifact("org.hsqldb", "hsqldb", "2.2.9", "", "jar");
hsqldbArtifact = this.repositorySystem.createArtifact("org.hsqldb", "hsqldb", "2.3.3", "", "jar");
}
if (hsqldbArtifact != null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment