On Mar 12, 2008, at 4:35 AM, sdumitriu (SVN) wrote:

[snip]

> Modified: xwiki-products/xwiki-enterprise/trunk/web/pom.xml
> ===================================================================
> --- xwiki-products/xwiki-enterprise/trunk/web/pom.xml 2008-03-12  
> 03:26:26 UTC (rev 8421)
> +++ xwiki-products/xwiki-enterprise/trunk/web/pom.xml 2008-03-12  
> 03:35:26 UTC (rev 8422)
> @@ -56,6 +56,17 @@
>       <artifactId>xwiki-plugin-jodatime</artifactId>
>       <version>${platform.jodatime.version}</version>
>     </dependency>
> +    <dependency>
> +      <groupId>com.xpn.xwiki.platform.plugins</groupId>
> +      <artifactId>xwiki-plugin-lucene</artifactId>
> +      <version>${platform.plugin.lucene.version}</version>
> +      <exclusions>
> +        <exclusion>
> +          <groupId>commons-lang</groupId>
> +          <artifactId>commons-lang</artifactId>
> +        </exclusion>
> +      </exclusions>
> +    </dependency>

Sergiu why did you have to do this exclusion? We shouldn't normally  
need any exclusion on our own stuff....

Thanks
-Vincent

_______________________________________________
devs mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/devs

Reply via email to