[PATCH 5 of 7] Remove unused dependencies

Wald Commits scm-commit at wald.intevation.org
Mon Jan 16 17:34:48 CET 2023


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673886222 -3600
#      Mon Jan 16 17:23:42 2023 +0100
# Branch 3.2.x
# Node ID c9c9b21b9f8a2ed5e9448917d877da65171292ca
# Parent  d43b263bb7049af3e2c8d6486dab19b9204ba778
Remove unused dependencies

diff -r d43b263bb704 -r c9c9b21b9f8a gwt-client/pom.xml
--- a/gwt-client/pom.xml	Mon Jan 16 16:15:56 2023 +0100
+++ b/gwt-client/pom.xml	Mon Jan 16 17:23:42 2023 +0100
@@ -68,12 +68,6 @@
         <version>2.0</version>
     </dependency>
     <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>4.4</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>commons-lang</groupId>
       <artifactId>commons-lang</artifactId>
       <version>2.6</version>
@@ -115,16 +109,6 @@
       <version>1.2.0</version>
     </dependency>
     <dependency>
-        <groupId>org.jdom</groupId>
-        <artifactId>jdom</artifactId>
-        <version>1.1.3</version>
-    </dependency>
-    <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-        <version>2.2</version>
-    </dependency>
-    <dependency>
     	<groupId>commons-codec</groupId>
     	<artifactId>commons-codec</artifactId>
     	<version>1.4</version>


More information about the Dive4Elements-commits mailing list