Hello,

My POM declares a dependency on a library that itself has dependency on JEE
apis (jca, jms) declared as "provided".
Those dependencies are not set in my classpath by the eclipse plugin,
neither get include during compile.

According to
http://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html,
provided dependencies should be set as "provided" in the target project.

Did I miss something ?

Reply via email to