You might be a victim of:
http://jira.codehaus.org/browse/MDEP-124

-Olivier

On Thu, 2009-06-18 at 21:18 -0400, David Weintraub wrote:
> I am converting yet another Ant build to a Maven build. This time, I
> purposefully laid out the directory tree, so when we do the
> conversion, it would be much simpler.
> 
> I've finally found all of my dependencies, added them into the
> pom.xml, and got everything to compile and build the jar. (whether the
> jar actually works is another question).
> 
> I did a dependency:analyze, and got the following result:
> 
> [INFO] [dependency:analyze]
> [WARNING] Unused declared dependencies found:
> [WARNING]    com.wutka:jox:jar:1.16:compile
> [WARNING]    junit:junit:jar:3.8.1:test
> [INFO] 
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESSFUL
> [INFO] 
> ------------------------------------------------------------------------
> 
> I know the junit would be because this jar has no tests. However ,the
> com.wutka.jox is used in a particular program, and if I remove this
> dependency from the pom.xml, the program won't compile.
> 
> Why am I getting this message?
> 
> --
> David Weintraub
> qazw...@gmail.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to