You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Neale Upstone (JIRA)" <ji...@apache.org> on 2009/10/12 16:57:31 UTC

[jira] Updated: (ABDERA-232) build - i18n pom missing commons-codec dependency

     [ https://issues.apache.org/jira/browse/ABDERA-232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neale Upstone updated ABDERA-232:
---------------------------------

    Remaining Estimate: 0h
     Original Estimate: 0h

Is no one maintaining this project any more?  I'd have expected this would be a quick and easy one.

> build - i18n pom missing commons-codec dependency
> -------------------------------------------------
>
>                 Key: ABDERA-232
>                 URL: https://issues.apache.org/jira/browse/ABDERA-232
>             Project: Abdera
>          Issue Type: Bug
>    Affects Versions: 1.0
>            Reporter: Neale Upstone
>            Priority: Trivial
>   Original Estimate: 0h
>  Remaining Estimate: 0h
>
> I've just checked out the whole abdera project into Eclipse + IAM, and all builds fine apart from i18n.
> i18n depends on commons-codec 1.3.
> Fix:
> Add the following to dependencies/i18n/pom.xml
>     <dependency>
>       <groupId>commons-codec</groupId>
>       <artifactId>commons-codec</artifactId>
>       <version>1.3</version>
>       <scope>compile</scope>
>     </dependency>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.