You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Neil Crow (JIRA)" <ji...@apache.org> on 2010/04/06 00:14:27 UTC

[jira] Created: (HUPA-68) Missing dependency in hupa-server pom.xml

Missing dependency in hupa-server pom.xml
-----------------------------------------

                 Key: HUPA-68
                 URL: https://issues.apache.org/jira/browse/HUPA-68
             Project: JAMES Hupa
          Issue Type: Improvement
          Components: server
            Reporter: Neil Crow
            Assignee: Norman Maurer
            Priority: Minor


org.apache.hupa.server.utils.MessageUtils imports and references org.apache.commons.fileupload.FileItem directly.
In the maven command line build, the dependency to commons-fileupload-1.2.1 is resolved transitively through the dependency on gwtupload-0.5.7.

However, when using the m2eclipse plugin, commons-fileupload-1.2.1 is not added to the maven dependencies, and this shows up as a compile error in the eclipse IDE.

This problem is resolved by adding commons-fileupload-1.2.1 as a direct dependency of hupa-server.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org