Author: ningjiang
Date: Wed Mar 27 04:05:16 2013
New Revision: 1461408

URL: http://svn.apache.org/r1461408
Log:
Fixed the build error of camel-scala

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=1461408&r1=1461407&r2=1461408&view=diff
==============================================================================
--- camel/trunk/components/camel-scala/pom.xml (original)
+++ camel/trunk/components/camel-scala/pom.xml Wed Mar 27 04:05:16 2013
@@ -51,8 +51,8 @@
         <!-- test dependencies -->
         <dependency>
             <groupId>org.scalatest</groupId>
-            <artifactId>scalatest_${scala-version}</artifactId>
-            <version>1.8</version>
+            <artifactId>scalatest_2.10</artifactId>
+            <version>1.9.1</version>
             <scope>test</scope>
         </dependency>
         <dependency>


Reply via email to