I think the scope of commons-io was wrong, so if you use
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>compile</scople>
it should work. (the parent pom defines the scope as provided)
Carsten
[EMAIL PROTECTED] wrote:
Author: bdelacretaz
Date: Wed Jan 23 01:45:12 2008
New Revision: 614468
URL: http://svn.apache.org/viewvc?rev=614468&view=rev
Log:
o.a.felix.commons.commons-io bundle needed by Sling OSGi web console
Modified:
incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml
Modified: incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml?rev=614468&r1=614467&r2=614468&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml (original)
+++ incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml Wed Jan 23
01:45:12 2008
@@ -478,8 +478,9 @@
Commons Dependencies provided by the Apache Felix project
-->
<dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
+ <groupId>org.apache.felix.commons</groupId>
+ <artifactId>org.apache.felix.commons.commons-io</artifactId>
+ <version>1.3.2-0002-SNAPSHOT</version>
</dependency>
<dependency>
--
Carsten Ziegeler
[EMAIL PROTECTED]