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

--- a/pom.xml
+++ b/pom.xml
@@ -441,6 +441,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.26.3</version>
