This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit f2d231ba1aec2417804c47b3a8f6913fe1a21614
Author: Juan Pablo Santos Rodríguez <[email protected]>
AuthorDate: Tue Jul 12 22:47:32 2022 +0200

    fix integration tests setup
---
 jspwiki-it-tests/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/jspwiki-it-tests/pom.xml b/jspwiki-it-tests/pom.xml
index 5938cf1c4..8ca5219da 100644
--- a/jspwiki-it-tests/pom.xml
+++ b/jspwiki-it-tests/pom.xml
@@ -168,6 +168,7 @@
                   <groupId>org.hsqldb</groupId>
                   <artifactId>hsqldb</artifactId>
                   <version>${hsqldb.version}</version>
+                  <classifier>jdk8</classifier>
                 </dependency>
                 <dependency>
                   <groupId>org.hsqldb</groupId>
@@ -236,6 +237,7 @@
                       <groupId>org.hsqldb</groupId>
                       <artifactId>hsqldb</artifactId>
                       <classpath>shared</classpath>
+                      <classifier>jdk8</classifier>
                     </dependency>
                   </dependencies>
                 </container>

Reply via email to