comparison 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
comparison
equal deleted inserted replaced
582:0d492fc47869 583:0135bf3bd92b
26 <dependency> 26 <dependency>
27 <groupId>commons-codec</groupId> 27 <groupId>commons-codec</groupId>
28 <artifactId>commons-codec</artifactId> 28 <artifactId>commons-codec</artifactId>
29 <version>1.4</version> 29 <version>1.4</version>
30 </dependency> 30 </dependency>
31 <dependency>
32 <groupId>junit</groupId>
33 <artifactId>junit</artifactId>
34 <version>4.13</version>
35 <scope>test</scope>
36 </dependency>
31 </dependencies> 37 </dependencies>
32 38
33 <build> 39 <build>
34 <resources> 40 <resources>
35 <resource> 41 <resource>

http://dive4elements.wald.intevation.org