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 2015/07/28 21:01:09 UTC

camel git commit: [CAMEL-9028] BOM does not export scala-library

Repository: camel
Updated Branches:
  refs/heads/master cae5ba22a -> 9be702341


[CAMEL-9028] BOM does not export scala-library


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

Branch: refs/heads/master
Commit: 9be7023411fdce55d1a05af3fe22e4f77a16bd42
Parents: cae5ba2
Author: Thomas Diesler <th...@jboss.com>
Authored: Tue Jul 28 12:18:19 2015 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Tue Jul 28 20:59:42 2015 +0200

----------------------------------------------------------------------
 components/camel-kafka/pom.xml | 1 -
 parent/pom.xml                 | 6 ++++++
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/9be70234/components/camel-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index 7e4ac3d..cff7bab 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -59,7 +59,6 @@
     <dependency>
       <groupId>org.scala-lang</groupId>
       <artifactId>scala-library</artifactId>
-      <version>${scala-version}</version>
       <scope>provided</scope>
     </dependency>
 

http://git-wip-us.apache.org/repos/asf/camel/blob/9be70234/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1453c65..edd879a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2155,6 +2155,12 @@
       </dependency>
 
       <dependency>
+        <groupId>org.scala-lang</groupId>
+        <artifactId>scala-library</artifactId>
+        <version>${scala-version}</version>
+      </dependency>
+      
+      <dependency>
         <groupId>javax.annotation</groupId>
         <artifactId>jsr250-api</artifactId>
         <version>1.0</version>