You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/10/04 13:55:59 UTC

[camel] branch main updated (620ed9d3383 -> 32f5a01a574)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 620ed9d3383 Upgrade set-value and glob-parent
     new b104a32081b CAMEL-17447: removed unused dependencies in core/camel-management
     new 518d03d6330 CAMEL-17447: removed unused dependencies in core/camel-core-engine
     new ec5ba2ae758 CAMEL-17447: added a note about woodstox in core/camel-core
     new 98b0d24c705 CAMEL-17447: removed unused dependencies in core/camel-support
     new 0991e144aa1 CAMEL-17447: removed unused dependencies in core/camel-core-catalog
     new b4c94b62a19 CAMEL-17447: removed unused dependencies in core/camel-xml-io
     new 32f5a01a574 CAMEL-17447: removed unused dependencies in core/camel-xml-io-util

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/camel-core-catalog/pom.xml | 20 --------------------
 core/camel-core-engine/pom.xml  |  7 -------
 core/camel-core/pom.xml         |  1 +
 core/camel-management/pom.xml   |  7 -------
 core/camel-support/pom.xml      |  6 ------
 core/camel-xml-io-util/pom.xml  | 10 ----------
 core/camel-xml-io/pom.xml       |  5 -----
 7 files changed, 1 insertion(+), 55 deletions(-)


[camel] 03/07: CAMEL-17447: added a note about woodstox in core/camel-core

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ec5ba2ae75827af93c5c5fc94770eb4f993f8d2e
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:28:48 2022 +0200

    CAMEL-17447: added a note about woodstox in core/camel-core
    
    It is needed for a test, although indirectly.
---
 core/camel-core/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index f2b31fdfe73..ff29513f046 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -162,6 +162,7 @@
         </dependency>
 
         <!-- testing -->
+        <!-- woodstox is needed by the StaxConverter test-->
         <dependency>
             <groupId>org.codehaus.woodstox</groupId>
             <artifactId>woodstox-core-asl</artifactId>


[camel] 07/07: CAMEL-17447: removed unused dependencies in core/camel-xml-io-util

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 32f5a01a574bf954cb8ec21e2a513de901581dd1
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:37:04 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-xml-io-util
---
 core/camel-xml-io-util/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/core/camel-xml-io-util/pom.xml b/core/camel-xml-io-util/pom.xml
index 0933f6ae286..023539be5cd 100644
--- a/core/camel-xml-io-util/pom.xml
+++ b/core/camel-xml-io-util/pom.xml
@@ -35,14 +35,4 @@
         <firstVersion>3.10.0</firstVersion>
         <label>core,xml</label>
     </properties>
-
-    <dependencies>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-    </dependencies>
-
 </project>


[camel] 06/07: CAMEL-17447: removed unused dependencies in core/camel-xml-io

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b4c94b62a19f43b6749307a930818fe2354c64de
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:35:42 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-xml-io
---
 core/camel-xml-io/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/core/camel-xml-io/pom.xml b/core/camel-xml-io/pom.xml
index f8b8928f7c0..d2a4188e9fe 100644
--- a/core/camel-xml-io/pom.xml
+++ b/core/camel-xml-io/pom.xml
@@ -53,11 +53,6 @@
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-simple</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>


[camel] 02/07: CAMEL-17447: removed unused dependencies in core/camel-core-engine

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 518d03d63300ef176367882cf77665d20ffa4984
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:04:26 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-core-engine
---
 core/camel-core-engine/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/camel-core-engine/pom.xml b/core/camel-core-engine/pom.xml
index 37a34e9dfb5..651f4e737ed 100644
--- a/core/camel-core-engine/pom.xml
+++ b/core/camel-core-engine/pom.xml
@@ -61,13 +61,6 @@
             <optional>true</optional>
         </dependency>
 
-        <!-- xmltokenizer using woodstox -->
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-            <scope>test</scope>
-        </dependency>
-
         <!-- required dependencies by camel-core -->
         <dependency>
             <groupId>org.apache.camel</groupId>


[camel] 04/07: CAMEL-17447: removed unused dependencies in core/camel-support

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 98b0d24c7055ce72cdb973771e31671cf2003417
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:31:43 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-support
---
 core/camel-support/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/core/camel-support/pom.xml b/core/camel-support/pom.xml
index 7dff83373fa..34f377c422c 100644
--- a/core/camel-support/pom.xml
+++ b/core/camel-support/pom.xml
@@ -63,12 +63,6 @@
             <artifactId>junit-jupiter</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.assertj</groupId>
-            <artifactId>assertj-core</artifactId>
-            <version>${assertj-version}</version>
-            <scope>test</scope>
-        </dependency>
 
         <!-- logging -->
         <dependency>


[camel] 05/07: CAMEL-17447: removed unused dependencies in core/camel-core-catalog

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 0991e144aa1158db1e64dcd341a37ba7759a0486
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:33:47 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-core-catalog
---
 core/camel-core-catalog/pom.xml | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/core/camel-core-catalog/pom.xml b/core/camel-core-catalog/pom.xml
index e1246a57361..f6409f3023e 100644
--- a/core/camel-core-catalog/pom.xml
+++ b/core/camel-core-catalog/pom.xml
@@ -48,26 +48,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-tooling-model</artifactId>
         </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-api</artifactId>
-        </dependency>
-
-        <!-- testing -->
-        <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter</artifactId>
-            <scope>test</scope>
-        </dependency>
-
-        <!-- logging -->
-        <dependency>
-            <groupId>org.apache.logging.log4j</groupId>
-            <artifactId>log4j-slf4j-impl</artifactId>
-            <scope>test</scope>
-        </dependency>
-
     </dependencies>
 
 </project>


[camel] 01/07: CAMEL-17447: removed unused dependencies in core/camel-management

Posted by or...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b104a32081bd2d3499c47880b6736b4a428a3af9
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Tue Oct 4 14:02:46 2022 +0200

    CAMEL-17447: removed unused dependencies in core/camel-management
---
 core/camel-management/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/core/camel-management/pom.xml b/core/camel-management/pom.xml
index 8f17ee2e213..b5e9063459e 100644
--- a/core/camel-management/pom.xml
+++ b/core/camel-management/pom.xml
@@ -92,13 +92,6 @@
             <artifactId>log4j-slf4j-impl</artifactId>
             <scope>test</scope>
         </dependency>
-
-        <!-- xmltokenizer using woodstox -->
-        <dependency>
-            <groupId>org.codehaus.woodstox</groupId>
-            <artifactId>woodstox-core-asl</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 
     <build>