You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Carsten Ziegeler <cz...@apache.org> on 2008/01/23 11:00:45 UTC

Re: svn commit: r614468 - /incubator/sling/trunk/launchpad/launchpad-webapp/pom.xml

This shouldn't be required anymore. The recent commons-io release 1.4
is a working osgi bundle.

Carsten

bdelacretaz@apache.org 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
cziegeler@apache.org