This is an automated email from the ASF dual-hosted git repository.

gitgabrio pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 54180b446bf [incubator-kie-issues#1785] Excluding commons-codec from 
gwt-dev. Declaring managed version 1.13 (#2876)
54180b446bf is described below

commit 54180b446bf8fb2268b1a283f7481437059b65d5
Author: Gabriele Cardosi <[email protected]>
AuthorDate: Wed Jan 29 10:01:06 2025 +0100

    [incubator-kie-issues#1785] Excluding commons-codec from gwt-dev. Declaring 
managed version 1.13 (#2876)
    
    Co-authored-by: Gabriele-Cardosi <[email protected]>
---
 .../uberfire-workbench-processors-tests/pom.xml               |  4 ++++
 .../dashbuilder-runtime-client/pom.xml                        |  9 +++++++++
 packages/stunner-editors/appformer-bom/pom.xml                |  4 ++++
 .../pom.xml                                                   |  6 ++++++
 .../pom.xml                                                   |  6 ++++++
 packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml   |  4 ++++
 packages/stunner-editors/errai-cdi/errai-cdi-shared/pom.xml   |  4 ++++
 packages/stunner-editors/errai-codegen-gwt/pom.xml            |  4 ++++
 packages/stunner-editors/errai-codegen/pom.xml                |  4 ++++
 packages/stunner-editors/errai-common/pom.xml                 |  9 +++++++++
 packages/stunner-editors/errai-config/pom.xml                 |  4 ++++
 packages/stunner-editors/errai-data-binding/pom.xml           |  4 ++++
 packages/stunner-editors/errai-ioc/pom.xml                    |  4 ++++
 packages/stunner-editors/errai-ui/pom.xml                     |  4 ++++
 packages/stunner-editors/errai-validation/pom.xml             |  4 ++++
 .../kie-wb-common-dmn-webapp-kogito-runtime/pom.xml           |  4 ++++
 .../kie-wb-common-stunner-bpmn-api/pom.xml                    |  4 ++++
 .../kie-wb-common-stunner-bpmn-emf/pom.xml                    |  4 ++++
 .../kie-wb-common-stunner-bpmn-kogito-runtime/pom.xml         |  4 ++++
 .../kie-wb-common-stunner-bpmn-marshalling/pom.xml            |  4 ++++
 packages/stunner-editors/lienzo-tests/pom.xml                 |  6 ++++++
 packages/stunner-editors/pom.xml                              | 11 +++++++++++
 22 files changed, 111 insertions(+)

diff --git 
a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/pom.xml
 
b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/pom.xml
index 5e53691984a..9c19144bb2e 100644
--- 
a/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/pom.xml
+++ 
b/packages/dashbuilder/appformer/uberfire-workbench/uberfire-workbench-processors-tests/pom.xml
@@ -65,6 +65,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git 
a/packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/pom.xml
 
b/packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/pom.xml
index d61aad941a0..ba438123965 100644
--- 
a/packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/pom.xml
+++ 
b/packages/dashbuilder/dashbuilder-runtime-parent/dashbuilder-runtime-client/pom.xml
@@ -274,6 +274,10 @@
           <groupId>commons-logging</groupId>
           <artifactId>commons-logging</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
         <exclusion>
           <groupId>org.mortbay.jasper</groupId>
           <artifactId>apache-el</artifactId>
@@ -281,6 +285,11 @@
       </exclusions>
     </dependency>
 
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>com.google.gwt</groupId>
       <artifactId>gwt-user</artifactId>
diff --git a/packages/stunner-editors/appformer-bom/pom.xml 
b/packages/stunner-editors/appformer-bom/pom.xml
index 200138d9b40..1a92c54f3e6 100644
--- a/packages/stunner-editors/appformer-bom/pom.xml
+++ b/packages/stunner-editors/appformer-bom/pom.xml
@@ -308,6 +308,10 @@
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 
diff --git 
a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml
 
b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml
index a88603c9bcc..0cd0886b2cf 100644
--- 
a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml
+++ 
b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-runtime/pom.xml
@@ -205,6 +205,12 @@
       <groupId>org.gwtproject</groupId>
       <artifactId>gwt-dev</artifactId>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.gwtbootstrap3</groupId>
diff --git 
a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml
 
b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml
index 55ae34a6f2a..4be3fd5d2f4 100644
--- 
a/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml
+++ 
b/packages/stunner-editors/drools-wb-screens/drools-wb-scenario-simulation-editor/drools-wb-scenario-simulation-editor-kogito-testing/pom.xml
@@ -199,6 +199,12 @@
       <groupId>org.gwtproject</groupId>
       <artifactId>gwt-dev</artifactId>
       <scope>provided</scope>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.gwtbootstrap3</groupId>
diff --git a/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml 
b/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml
index 541dcd1d51b..151d32c2b7f 100644
--- a/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml
+++ b/packages/stunner-editors/errai-cdi/errai-cdi-client/pom.xml
@@ -172,6 +172,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/packages/stunner-editors/errai-cdi/errai-cdi-shared/pom.xml 
b/packages/stunner-editors/errai-cdi/errai-cdi-shared/pom.xml
index bdd9b5398f0..8c471910db7 100644
--- a/packages/stunner-editors/errai-cdi/errai-cdi-shared/pom.xml
+++ b/packages/stunner-editors/errai-cdi/errai-cdi-shared/pom.xml
@@ -117,6 +117,10 @@
           <groupId>javax.servlet</groupId>
           <artifactId>javax.servlet-api</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/packages/stunner-editors/errai-codegen-gwt/pom.xml 
b/packages/stunner-editors/errai-codegen-gwt/pom.xml
index bcea885ae92..116b55c478e 100644
--- a/packages/stunner-editors/errai-codegen-gwt/pom.xml
+++ b/packages/stunner-editors/errai-codegen-gwt/pom.xml
@@ -67,6 +67,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>
diff --git a/packages/stunner-editors/errai-codegen/pom.xml 
b/packages/stunner-editors/errai-codegen/pom.xml
index 3e7af3e794d..4ff7eaa7c6a 100644
--- a/packages/stunner-editors/errai-codegen/pom.xml
+++ b/packages/stunner-editors/errai-codegen/pom.xml
@@ -135,6 +135,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>apache-jsp</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>
diff --git a/packages/stunner-editors/errai-common/pom.xml 
b/packages/stunner-editors/errai-common/pom.xml
index 29710d536b8..fff28dbf0ec 100644
--- a/packages/stunner-editors/errai-common/pom.xml
+++ b/packages/stunner-editors/errai-common/pom.xml
@@ -67,9 +67,18 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+    </dependency>
+
     <dependency>
       <groupId>com.google.inject</groupId>
       <artifactId>guice</artifactId>
diff --git a/packages/stunner-editors/errai-config/pom.xml 
b/packages/stunner-editors/errai-config/pom.xml
index 00377b471c3..b03634a63f5 100644
--- a/packages/stunner-editors/errai-config/pom.xml
+++ b/packages/stunner-editors/errai-config/pom.xml
@@ -65,6 +65,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>
diff --git a/packages/stunner-editors/errai-data-binding/pom.xml 
b/packages/stunner-editors/errai-data-binding/pom.xml
index fa5badefe4a..1b59b3cc1b9 100644
--- a/packages/stunner-editors/errai-data-binding/pom.xml
+++ b/packages/stunner-editors/errai-data-binding/pom.xml
@@ -89,6 +89,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/packages/stunner-editors/errai-ioc/pom.xml 
b/packages/stunner-editors/errai-ioc/pom.xml
index b3558a69976..a92719dc4c9 100644
--- a/packages/stunner-editors/errai-ioc/pom.xml
+++ b/packages/stunner-editors/errai-ioc/pom.xml
@@ -146,6 +146,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/packages/stunner-editors/errai-ui/pom.xml 
b/packages/stunner-editors/errai-ui/pom.xml
index a6dc5cc7d05..c53fdab19f5 100644
--- a/packages/stunner-editors/errai-ui/pom.xml
+++ b/packages/stunner-editors/errai-ui/pom.xml
@@ -140,6 +140,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git a/packages/stunner-editors/errai-validation/pom.xml 
b/packages/stunner-editors/errai-validation/pom.xml
index 633c7c264d6..92a55fe4b6f 100644
--- a/packages/stunner-editors/errai-validation/pom.xml
+++ b/packages/stunner-editors/errai-validation/pom.xml
@@ -83,6 +83,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git 
a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/pom.xml
 
b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/pom.xml
index fa02000da80..c24d3266fdd 100644
--- 
a/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/pom.xml
+++ 
b/packages/stunner-editors/kie-wb-common-dmn/kie-wb-common-dmn-webapp-kogito-runtime/pom.xml
@@ -369,6 +369,10 @@
           <groupId>org.mortbay.jasper</groupId>
           <artifactId>apache-el</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
 
diff --git 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/pom.xml
 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/pom.xml
index 654c13d433a..5d0d68ba1bd 100644
--- 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/pom.xml
+++ 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-api/pom.xml
@@ -198,6 +198,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>
diff --git 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/pom.xml
 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/pom.xml
index 7e45b4e7c68..661f53fa1d4 100644
--- 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/pom.xml
+++ 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-emf/pom.xml
@@ -108,6 +108,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
   </dependencies>
diff --git 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/pom.xml
 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/pom.xml
index a908e66bda2..1d33524b0f2 100644
--- 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/pom.xml
+++ 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-kogito-runtime/pom.xml
@@ -432,6 +432,10 @@
           <groupId>xml-apis</groupId>
           <artifactId>xml-apis</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
       <scope>provided</scope>
     </dependency>
diff --git 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/pom.xml
 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/pom.xml
index 8e2cd404f91..b001b336e84 100644
--- 
a/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/pom.xml
+++ 
b/packages/stunner-editors/kie-wb-common-stunner/kie-wb-common-stunner-sets/kie-wb-common-stunner-bpmn/kie-wb-common-stunner-bpmn-marshalling/pom.xml
@@ -168,6 +168,10 @@
           <groupId>org.eclipse.jetty</groupId>
           <artifactId>jetty-annotations</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <dependency>
diff --git a/packages/stunner-editors/lienzo-tests/pom.xml 
b/packages/stunner-editors/lienzo-tests/pom.xml
index 59273dcb121..20fb77c8557 100644
--- a/packages/stunner-editors/lienzo-tests/pom.xml
+++ b/packages/stunner-editors/lienzo-tests/pom.xml
@@ -79,6 +79,12 @@
     <dependency>
       <groupId>org.gwtproject</groupId>
       <artifactId>gwt-dev</artifactId>
+      <exclusions>
+        <exclusion>
+          <groupId>commons-codec</groupId>
+          <artifactId>commons-codec</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 
     <dependency>
diff --git a/packages/stunner-editors/pom.xml b/packages/stunner-editors/pom.xml
index 13777aed344..4c941d75b22 100644
--- a/packages/stunner-editors/pom.xml
+++ b/packages/stunner-editors/pom.xml
@@ -216,6 +216,7 @@
     <version.ch.qos.logback>1.3.12</version.ch.qos.logback>
     <version.com.google.elemental2>1.1.0</version.com.google.elemental2>
     <version.com.google.guava>32.1.3-jre</version.com.google.guava>
+    <version.commons.codec>1.13</version.commons.codec>
     <version.org.gwtproject>2.10.0</version.org.gwtproject>
     
<version.com.google.jsinterop.base>1.0.0</version.com.google.jsinterop.base>
     <version.com.thoughtworks.xstream>1.4.21</version.com.thoughtworks.xstream>
@@ -415,6 +416,12 @@
         <version>${version.com.google.guava}</version>
       </dependency>
 
+      <dependency>
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>${version.commons.codec}</version>
+      </dependency>
+
       <dependency>
         <groupId>org.gwtproject</groupId>
         <artifactId>gwt-dev</artifactId>
@@ -428,6 +435,10 @@
             <groupId>javax.annotation</groupId>
             <artifactId>javax.annotation-api</artifactId>
           </exclusion>
+          <exclusion>
+            <groupId>commons-codec</groupId>
+            <artifactId>commons-codec</artifactId>
+          </exclusion>
         </exclusions>
       </dependency>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to