Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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).