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 2018/03/16 11:50:44 UTC

[camel] branch master updated: Removed easystream from camel-olingo4 component and karaf feature

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


The following commit(s) were added to refs/heads/master by this push:
     new 5f29535  Removed easystream from camel-olingo4 component and karaf feature
5f29535 is described below

commit 5f29535a9ce581f01b73b4f01afa4b5bac9bfbb7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 16 12:49:42 2018 +0100

    Removed easystream from camel-olingo4 component and karaf feature
---
 components/camel-olingo4/camel-olingo4-api/pom.xml       | 6 ------
 platforms/karaf/features/src/main/resources/features.xml | 1 -
 2 files changed, 7 deletions(-)

diff --git a/components/camel-olingo4/camel-olingo4-api/pom.xml b/components/camel-olingo4/camel-olingo4-api/pom.xml
index 116d850..0dcb5cc 100644
--- a/components/camel-olingo4/camel-olingo4-api/pom.xml
+++ b/components/camel-olingo4/camel-olingo4-api/pom.xml
@@ -68,12 +68,6 @@
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpasyncclient</artifactId>
     </dependency>
-    
-    <dependency>
-      <groupId>net.sf.jsignature.io-tools</groupId>
-      <artifactId>easystream</artifactId>
-      <version>1.2.15</version>
-    </dependency>
 
     <!-- logging -->
     <dependency>
diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index 9dd2caf..074c9fe 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1671,7 +1671,6 @@
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version}</bundle>
     <bundle dependency='true'>mvn:org.apache.httpcomponents/httpasyncclient-osgi/${httpasyncclient-version}</bundle>
-    <bundle dependency='true'>wrap:mvn:net.sf.jsignature.io-tools/easystream/1.2.15</bundle>
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version}</bundle>
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
     <bundle dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.