Hi,
dependencies in the <dependencyManagement/> section just define default attributes (like
giving a default version) for when you specify the dependency in some child pom.
Can it be that you forgot to include the dependency in your actual project pom?
Hope this helps
-Tim
Sebastien Arbogast schrieb:
I have trouble understanding the new dependency mechanism. I added a
dependency like this in my root pom dependencyManagament section:
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
It's not the only one, I've added several ones like that and they all
appear in the resulting webapp WEB-INF/lib directory, except for this
one. There is no exclude on jakarta-regexp in other dependencies, and
I can't find what's wrong. Any idea?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]