[PATCH 7 of 7] Declare used dependency

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


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1673886348 -3600
#      Mon Jan 16 17:25:48 2023 +0100
# Branch 3.2.x
# Node ID 4987615d367b40f859109302892ecb3c1fc2f042
# Parent  70b54e20c09859597af6ea12f7fdc1afacd4a588
Declare used dependency

diff -r 70b54e20c098 -r 4987615d367b gwt-client/pom.xml
--- a/gwt-client/pom.xml	Mon Jan 16 17:24:09 2023 +0100
+++ b/gwt-client/pom.xml	Mon Jan 16 17:25:48 2023 +0100
@@ -93,6 +93,11 @@
         <version>4.2</version>
     </dependency>
     <dependency>
+        <groupId>org.apache.httpcomponents</groupId>
+        <artifactId>httpcore</artifactId>
+        <version>4.2</version>
+    </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