commit | a456016f744df8af71cca6b9b6d5eacf16b1e72e | [log] [tgz] |
---|---|---|
author | Arjun Panday <apanday@apache.org> | Mon Sep 16 13:53:27 2013 +0000 |
committer | Arjun Panday <apanday@apache.org> | Mon Sep 16 13:53:27 2013 +0000 |
tree | 079cab16f9e4e5f15f03c6e46acb2097b241b1ee | |
parent | e4d28e8db2e909186b58a4bbb538c8616495167f [diff] [blame] |
point to official scala bundle instead of servicemix git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1523650 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/servicediagnostics/sample/pom.xml b/webconsole-plugins/servicediagnostics/sample/pom.xml index 4243b67..e745cb8 100644 --- a/webconsole-plugins/servicediagnostics/sample/pom.xml +++ b/webconsole-plugins/servicediagnostics/sample/pom.xml
@@ -82,8 +82,8 @@ <version>1.4.3</version> </dependency> <dependency> - <groupId>org.apache.servicemix.bundles</groupId> - <artifactId>org.apache.servicemix.bundles.scala-library</artifactId> + <groupId>org.scala-lang</groupId> + <artifactId>scala-library</artifactId> <version>2.10.0</version> </dependency> </dependencies>