On Tue, Mar 23, 2010 at 17:26, Sergiu Dumitriu <[email protected]> wrote:
> On 03/23/2010 04:36 PM, tmortagne (SVN) wrote:
>> Author: tmortagne
>> Date: 2010-03-23 16:36:20 +0100 (Tue, 23 Mar 2010)
>> New Revision: 27821
>>
>> Modified:
>>     
>> platform/core/branches/xwiki-core-2.2/xwiki-rendering/xwiki-rendering-api/pom.xml
>> Log:
>> XWIKI-4984: Header ids are always the same ("H") with Chinese or any other 
>> language without any ASCII character.
>> * missing direct dependency
>>
>> Modified: 
>> platform/core/branches/xwiki-core-2.2/xwiki-rendering/xwiki-rendering-api/pom.xml
>> ===================================================================
>> --- 
>> platform/core/branches/xwiki-core-2.2/xwiki-rendering/xwiki-rendering-api/pom.xml
>>  2010-03-23 15:35:43 UTC (rev 27820)
>> +++ 
>> platform/core/branches/xwiki-core-2.2/xwiki-rendering/xwiki-rendering-api/pom.xml
>>  2010-03-23 15:36:20 UTC (rev 27821)
>> @@ -39,6 +39,11 @@
>>         <artifactId>commons-lang</artifactId>
>>       </dependency>
>>       <dependency>
>> +<groupId>commons-httpclient</groupId>
>> +<artifactId>commons-httpclient</artifactId>
>
> The version is not needed, it's defined in the root pom. Not specifying
> it here will make it easier to upgrade in the future.

That's what i did first but it did not worked on m2eclipse. I will
retry in pure maven.

>
>> +<version>3.1</version>
>> +</dependency>
>> +<dependency>
>>         <groupId>org.xwiki.platform</groupId>
>>         <artifactId>xwiki-core-xml</artifactId>
>>         <version>${pom.version}</version>
>
>
> --
> Sergiu Dumitriu
> http://purl.org/net/sergiu/
> _______________________________________________
> devs mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/devs
>



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

Reply via email to