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 2020/10/14 08:33:50 UTC

[camel] 03/08: CAMEL-15684 - Removed camel-hipchat from kit

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

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

commit dc65bff0afda8e99d833e02afb163ea7ece34a23
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Oct 14 09:34:31 2020 +0200

    CAMEL-15684 - Removed camel-hipchat from kit
---
 apache-camel/src/main/descriptors/common-bin.xml | 1 -
 bom/camel-bom/pom.xml                            | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml
index 0111d7f..30a1329 100644
--- a/apache-camel/src/main/descriptors/common-bin.xml
+++ b/apache-camel/src/main/descriptors/common-bin.xml
@@ -201,7 +201,6 @@
         <include>org.apache.camel:camel-hbase</include>
         <include>org.apache.camel:camel-hdfs</include>
         <include>org.apache.camel:camel-headersmap</include>
-        <include>org.apache.camel:camel-hipchat</include>
         <include>org.apache.camel:camel-hl7</include>
         <include>org.apache.camel:camel-http</include>
         <include>org.apache.camel:camel-http-base</include>
diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml
index 4060e3d..cc1539a 100644
--- a/bom/camel-bom/pom.xml
+++ b/bom/camel-bom/pom.xml
@@ -894,11 +894,6 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
-        <artifactId>camel-hipchat</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.apache.camel</groupId>
         <artifactId>camel-hl7</artifactId>
         <version>${project.version}</version>
       </dependency>