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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to