SM-2474: Consistent usage of scala bundle
Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/974e0534 Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/974e0534 Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/974e0534 Branch: refs/heads/servicemix-5.3.x Commit: 974e0534a62955af59253c2cb0925986688602bd Parents: ff46cba Author: Krzysztof Sobkowiak <[email protected]> Authored: Mon Mar 9 22:51:31 2015 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Fri Mar 13 22:00:32 2015 +0100 ---------------------------------------------------------------------- assembly/src/main/filtered-resources/features.xml | 2 +- itests/pom.xml | 7 ------- .../servicemix/itests/IntegrationTestConfigurations.scala | 2 +- pom.xml | 1 - 4 files changed, 2 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/974e0534/assembly/src/main/filtered-resources/features.xml ---------------------------------------------------------------------- diff --git a/assembly/src/main/filtered-resources/features.xml b/assembly/src/main/filtered-resources/features.xml index dd3a5bf..4886987 100644 --- a/assembly/src/main/filtered-resources/features.xml +++ b/assembly/src/main/filtered-resources/features.xml @@ -69,7 +69,7 @@ <!-- Akka support --> <feature name="akka" version="${akka.version}" resolver="(obr)"> - <bundle dependency="true">mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.scala-library/${scala.bundle.version}</bundle> + <bundle dependency='true'>mvn:org.scala-lang/scala-library/${scala.version}</bundle> <bundle dependency="true">mvn:com.typesafe/config/${typesafe-config.version}</bundle> <bundle>mvn:com.typesafe.akka/akka-osgi_2.10/${akka.version}</bundle> <bundle>mvn:com.typesafe.akka/akka-camel_2.10/${akka.version}</bundle> http://git-wip-us.apache.org/repos/asf/servicemix/blob/974e0534/itests/pom.xml ---------------------------------------------------------------------- diff --git a/itests/pom.xml b/itests/pom.xml index 7721ed8..7821a17 100644 --- a/itests/pom.xml +++ b/itests/pom.xml @@ -44,13 +44,6 @@ </dependency> <dependency> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.scala-library</artifactId> - <version>${scala.bundle.version}</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/servicemix/blob/974e0534/itests/src/test/scala/org/apache/servicemix/itests/IntegrationTestConfigurations.scala ---------------------------------------------------------------------- diff --git a/itests/src/test/scala/org/apache/servicemix/itests/IntegrationTestConfigurations.scala b/itests/src/test/scala/org/apache/servicemix/itests/IntegrationTestConfigurations.scala index 5acbfd2..660dc23 100644 --- a/itests/src/test/scala/org/apache/servicemix/itests/IntegrationTestConfigurations.scala +++ b/itests/src/test/scala/org/apache/servicemix/itests/IntegrationTestConfigurations.scala @@ -38,7 +38,7 @@ trait IntegrationTestConfigurations { * Add support for Scala-based integration tests */ def scalaTestConfiguration = - Array(mavenBundle("org.apache.servicemix.bundles", "org.apache.servicemix.bundles.scala-library").versionAsInProject()) + Array(mavenBundle("org.scala-lang", "scala-library").versionAsInProject()) /** * Add an Apache ServiceMix container configuration http://git-wip-us.apache.org/repos/asf/servicemix/blob/974e0534/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 6911c96..def9578 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,6 @@ <drools.bundle.version>${drools.version}_1</drools.bundle.version> <jaxb.api.version>2.2</jaxb.api.version> <osgi.version>5.0.0</osgi.version> - <scala.bundle.version>2.10.2_1</scala.bundle.version> <wsdl4j.bundle.version>1.6.2_6</wsdl4j.bundle.version> <swagger.bundle.version>1.3.0_1</swagger.bundle.version> <javassist.bundle.version>3.12.1.GA_2</javassist.bundle.version>
