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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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.


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

by JIRA jira@apache.org :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


     [ 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.