Repository: camel
Updated Branches:
  refs/heads/master bc7312202 -> 3f8df7fca


CAMEL-9057. Add missing scala deps to resolve the issue


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

Branch: refs/heads/master
Commit: 3f8df7fcae229a038b773cf5e72e27ea7e8aa0f3
Parents: bc73122
Author: Charles Moulliard <cmoulli...@apache.org>
Authored: Wed Aug 5 18:28:37 2015 +0200
Committer: Charles Moulliard <cmoulli...@apache.org>
Committed: Wed Aug 5 18:28:37 2015 +0200

----------------------------------------------------------------------
 examples/camel-example-servlet-rest-tomcat/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/3f8df7fc/examples/camel-example-servlet-rest-tomcat/pom.xml
----------------------------------------------------------------------
diff --git a/examples/camel-example-servlet-rest-tomcat/pom.xml 
b/examples/camel-example-servlet-rest-tomcat/pom.xml
index 0ca773b..aea9ab9 100755
--- a/examples/camel-example-servlet-rest-tomcat/pom.xml
+++ b/examples/camel-example-servlet-rest-tomcat/pom.xml
@@ -32,6 +32,7 @@
 
     <properties>
         <swagger-ui.version>2.0.24</swagger-ui.version>
+        <scala.version>2.11.7</scala.version>
         <logback-version>1.1.3</logback-version>
         
<swagger.url>https://github.com/swagger-api/swagger-ui/archive/v${swagger-ui.version}</swagger.url>
         <destDir>target/swagger-ui</destDir>
@@ -62,6 +63,22 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-swagger</artifactId>
         </dependency>
+        <!-- Add scala deps to resolve issue 
https://issues.apache.org/jira/browse/CAMEL-9057  -->
+        <dependency>
+            <groupId>org.scala-lang</groupId>
+            <artifactId>scala-library</artifactId>
+            <version>${scala.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.scala-lang</groupId>
+            <artifactId>scala-compiler</artifactId>
+            <version>${scala.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.scala-lang</groupId>
+            <artifactId>scala-reflect</artifactId>
+            <version>${scala.version}</version>
+        </dependency>
 
         <!-- use for json binding -->
         <dependency>

Reply via email to