camel-swagger should only work with scala 2.10.x
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/5b715700 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/5b715700 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/5b715700 Branch: refs/heads/master Commit: 5b715700cad104699f2d7eabea542a99ea944207 Parents: b3377b1 Author: Willem Jiang <willem.ji...@gmail.com> Authored: Mon Sep 1 21:52:55 2014 +0800 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Mon Sep 1 22:20:51 2014 +0800 ---------------------------------------------------------------------- components/camel-swagger/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/5b715700/components/camel-swagger/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-swagger/pom.xml b/components/camel-swagger/pom.xml index f78defa..c28492d 100644 --- a/components/camel-swagger/pom.xml +++ b/components/camel-swagger/pom.xml @@ -32,7 +32,7 @@ <properties> <camel.osgi.import.before.defaults> - scala.*;version="[2.10,2.12)" + scala.*;version="[2.10,2.11)" </camel.osgi.import.before.defaults> <camel.osgi.export.pkg>org.apache.camel.component.swagger.*</camel.osgi.export.pkg> </properties>