[PATCH 4 of 7] Remove unused dependency

Wald Commits scm-commit at wald.intevation.org
Fri Jan 13 18:59:43 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673620262 -3600
#      Fri Jan 13 15:31:02 2023 +0100
# Branch 3.2.x
# Node ID a12a136e3d4c4ac10cb2314cce72619fb4c1b402
# Parent  086e4770d6e3e7e439bd56a245f9182321128924
Remove unused dependency

diff -r 086e4770d6e3 -r a12a136e3d4c artifacts-common/pom.xml
--- a/artifacts-common/pom.xml	Fri Jan 13 15:28:42 2023 +0100
+++ b/artifacts-common/pom.xml	Fri Jan 13 15:31:02 2023 +0100
@@ -16,12 +16,6 @@
 
   <dependencies>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>3.8.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.logging.log4j</groupId>
       <artifactId>log4j-api</artifactId>
       <version>2.17.1</version>


More information about the Dive4Elements-commits mailing list