You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/03/09 10:37:06 UTC

[camel-kamelets] branch main updated: Remove Activemq-http from POM and BOM since we don't use it anymore

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 605a2428 Remove Activemq-http from POM and BOM since we don't use it anymore
605a2428 is described below

commit 605a242830df738d96b4de5ab74b57cd8da3cfc9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 9 11:22:04 2023 +0100

    Remove Activemq-http from POM and BOM since we don't use it anymore
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 library/camel-kamelets-bom/pom.xml | 5 -----
 pom.xml                            | 4 +---
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/library/camel-kamelets-bom/pom.xml b/library/camel-kamelets-bom/pom.xml
index 87233968..e23baa1b 100644
--- a/library/camel-kamelets-bom/pom.xml
+++ b/library/camel-kamelets-bom/pom.xml
@@ -61,11 +61,6 @@
         <artifactId>postgresql</artifactId>
         <version>${version.org.postgresql.postgresql}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.activemq</groupId>
-        <artifactId>activemq-http</artifactId>
-        <version>${version.org.apache.activemq.activemq-http}</version>
-      </dependency>
     </dependencies>
   </dependencyManagement>
 
diff --git a/pom.xml b/pom.xml
index 5644c3c2..7b4efec1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,6 @@
         <version.org.apache.qpid.qpid-jms-client>1.0.0</version.org.apache.qpid.qpid-jms-client>
         <version.org.apache.activemq.artemis-jms-client-all>2.28.0</version.org.apache.activemq.artemis-jms-client-all>
         <version.org.postgresql.postgresql>42.5.4</version.org.postgresql.postgresql>
-        <version.org.apache.activemq.activemq-http>5.17.3</version.org.apache.activemq.activemq-http>
     </properties>
 
     <developers>
@@ -318,8 +317,7 @@
                         "version.com.amazon.redshift.redshift-jdbc42": "${version.com.amazon.redshift.redshift-jdbc42}",
                         "version.org.apache.qpid.qpid-jms-client": "${version.org.apache.qpid.qpid-jms-client}",
                         "version.org.apache.activemq.artemis-jms-client-all": "${version.org.apache.activemq.artemis-jms-client-all}",
-                        "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}",
-                        "version.org.apache.activemq.activemq-http": "${version.org.apache.activemq.activemq-http}",
+                        "version.org.postgresql.postgresql": "${version.org.postgresql.postgresql}"
                     ])
                     </source>
                 </configuration>