You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2015/05/27 10:31:43 UTC

[3/5] camel git commit: CAMEL-8795 Use the kafka scala version 2.11

CAMEL-8795 Use the kafka scala version 2.11


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

Branch: refs/heads/master
Commit: 2eaa44eaab7acd1f7e25bc1dfd41fcd2df448835
Parents: 7f0f97a
Author: Willem Jiang <wi...@gmail.com>
Authored: Wed May 27 15:48:00 2015 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Wed May 27 16:31:29 2015 +0800

----------------------------------------------------------------------
 components/camel-kafka/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2eaa44ea/components/camel-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 2ddd3f1..7e4ac3d 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -43,7 +43,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.kafka</groupId>
-      <artifactId>kafka_2.10</artifactId>
+      <artifactId>kafka_2.11</artifactId>
       <version>${kafka-version}</version>
       <exclusions>
         <exclusion>
@@ -59,7 +59,7 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
-      <version>${scala-2.10-version}</version>
+      <version>${scala-version}</version>
       <scope>provided</scope>
     </dependency>