Description: adding the needed junit-jupiter-params Maven artifacts in the
 dependencies
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/xerial/sqlite-jdbc/issues/838
Last-Update: 2023-02-04

Index: xerial-sqlite-jdbc/pom.xml
===================================================================
--- xerial-sqlite-jdbc.orig/pom.xml
+++ xerial-sqlite-jdbc/pom.xml
@@ -442,6 +442,12 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.junit.jupiter</groupId>
+            <artifactId>junit-jupiter-params</artifactId>
+            <version>${junit.version}</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.assertj</groupId>
             <artifactId>assertj-core</artifactId>
             <version>3.27.3</version>
