You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2015/07/30 16:33:21 UTC

[2/3] camel git commit: Don't pull in jxl lib

Don't pull in jxl lib


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5b14a3eb
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5b14a3eb
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5b14a3eb

Branch: refs/heads/master
Commit: 5b14a3ebf56db6a70929c7b2eb468b1eba29eb30
Parents: cb4b4c4
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Jul 30 10:24:14 2015 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Jul 30 10:24:14 2015 -0400

----------------------------------------------------------------------
 components/camel-flatpack/pom.xml | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/5b14a3eb/components/camel-flatpack/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-flatpack/pom.xml b/components/camel-flatpack/pom.xml
index e7ef6a6..1925e1a 100644
--- a/components/camel-flatpack/pom.xml
+++ b/components/camel-flatpack/pom.xml
@@ -52,14 +52,9 @@
       <version>${flatpack-version}</version>
     </dependency>
     <dependency> 
-	    <groupId>org.jdom</groupId> 
-	    <artifactId>jdom</artifactId> 
-	    <version>${jdom-version}</version> 
-	  </dependency>
-    <dependency> 
-      <groupId>jexcelapi</groupId> 
-      <artifactId>jxl</artifactId> 
-      <version>${jexcelapi-version}</version>
+      <groupId>org.jdom</groupId>
+	  <artifactId>jdom</artifactId>
+	  <version>${jdom-version}</version>
     </dependency>
 
 	  <!-- logging -->