diff artifacts-common/pom.xml @ 583:0135bf3bd92b 3.2.x

Add minimal test for JSON utility class
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Nov 2023 15:09:22 +0100
parents 9f49cf2d05bc
children
line wrap: on
line diff
--- a/artifacts-common/pom.xml	Tue Jan 17 14:21:14 2023 +0100
+++ b/artifacts-common/pom.xml	Thu Nov 02 15:09:22 2023 +0100
@@ -28,6 +28,12 @@
       <artifactId>commons-codec</artifactId>
       <version>1.4</version>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>4.13</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 
   <build>

http://dive4elements.wald.intevation.org