Author: bvahdat
Date: Thu Apr  4 18:21:59 2013
New Revision: 1464666

URL: http://svn.apache.org/r1464666
Log:
Fixed multiple versions of scala libraries being detected on the classpath. 

Modified:
    camel/trunk/components/camel-scala/pom.xml

Modified: camel/trunk/components/camel-scala/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-scala/pom.xml?rev=1464666&r1=1464665&r2=1464666&view=diff
==============================================================================
--- camel/trunk/components/camel-scala/pom.xml (original)
+++ camel/trunk/components/camel-scala/pom.xml Thu Apr  4 18:21:59 2013
@@ -54,6 +54,25 @@
             <artifactId>scalatest_2.10</artifactId>
             <version>1.9.1</version>
             <scope>test</scope>
+            <!-- TODO: remove the following exclusions as soon as the scala 
version being used by scalatest_2.10 is in sync with ${scala-version} -->
+            <exclusions>
+                <exclusion>
+                    <groupId>org.scala-lang</groupId>
+                    <artifactId>scala-actors</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.scala-lang</groupId>
+                    <artifactId>scala-compiler</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.scala-lang</groupId>
+                    <artifactId>scala-library</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.scala-lang</groupId>
+                    <artifactId>scala-reflect</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>


Reply via email to