Review each pom (in server and imap) for unused declared dependency and maven 3
compatibility
---------------------------------------------------------------------------------------------
Key: JAMES-1041
URL: https://issues.apache.org/jira/browse/JAMES-1041
Project: JAMES Server
Issue Type: Improvement
Reporter: Eric Charles
If you run mvn dependency:analyze in pop3server for example, you will have:
[WARNING] Unused declared dependencies found:
[WARNING] org.apache.james:james-server-user-library:jar:3.0-SNAPSHOT:runtime
[WARNING]
org.apache.james:james-server-core-function:jar:3.0-SNAPSHOT:runtime
Running pom with maven 3 also shows:
[WARNING] The expression ${pom.version} is deprecated. Please use
${project.version} instead. @
We must correct this for all server and imap projects (pom.xml).
--
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: [email protected]
For additional commands, e-mail: [email protected]