You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gz...@apache.org on 2023/04/28 08:42:32 UTC

[camel] branch release/4.0.0-M3 updated: Remove dependencies on camel-directvm

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

gzurowski pushed a commit to branch release/4.0.0-M3
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/release/4.0.0-M3 by this push:
     new 1262efb754e Remove dependencies on camel-directvm
1262efb754e is described below

commit 1262efb754ed324a33a29d349eefe5d474ae8e6a
Author: Gregor Zurowski <gr...@zurowski.org>
AuthorDate: Fri Apr 28 10:40:17 2023 +0200

    Remove dependencies on camel-directvm
---
 bom/camel-bom/pom.xml                           | 5 -----
 catalog/camel-allcomponents/pom.xml             | 5 -----
 components/camel-test/camel-test-junit5/pom.xml | 4 ----
 core/camel-core/pom.xml                         | 4 ----
 parent/pom.xml                                  | 5 -----
 5 files changed, 23 deletions(-)

diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index c2ad0324768..b8d16e65519 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -627,11 +627,6 @@
         <artifactId>camel-direct</artifactId>
         <version>${project.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
-        <artifactId>camel-directvm</artifactId>
-        <version>${project.version}</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-disruptor</artifactId>
diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml
index 8ff7e93b8b9..f9e02755822 100644
--- a/catalog/camel-allcomponents/pom.xml
+++ b/catalog/camel-allcomponents/pom.xml
@@ -503,11 +503,6 @@
             <artifactId>camel-direct</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-directvm</artifactId>
-            <version>${project.version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-disruptor</artifactId>
diff --git a/components/camel-test/camel-test-junit5/pom.xml b/components/camel-test/camel-test-junit5/pom.xml
index cc3bd33adbd..cae643c767b 100644
--- a/components/camel-test/camel-test-junit5/pom.xml
+++ b/components/camel-test/camel-test-junit5/pom.xml
@@ -78,10 +78,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-direct</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-directvm</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-file</artifactId>
diff --git a/core/camel-core/pom.xml b/core/camel-core/pom.xml
index 556f82499bc..149b1f82874 100644
--- a/core/camel-core/pom.xml
+++ b/core/camel-core/pom.xml
@@ -78,10 +78,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-direct</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.apache.camel</groupId>
-            <artifactId>camel-directvm</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-file</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index e6011b1fc4b..779758ac2b3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1133,11 +1133,6 @@
                 <artifactId>camel-direct</artifactId>
                 <version>${project.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.camel</groupId>
-                <artifactId>camel-directvm</artifactId>
-                <version>${project.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.apache.camel</groupId>
                 <artifactId>camel-disruptor</artifactId>