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

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

commit 9d9e71b304c6cb5b8fdccb83b751e495df6d15a0
Author: Andrea Cosentino <[email protected]>
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 <[email protected]>
---
 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 e8c3cef2..2f8de8bd 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.27.1</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>

Reply via email to