Move this to the <dependencies> tag instead of <dependencyManagement> and try
again.
<dependencies>
...
<dependency>
<groupId>jakarta-regexp</groupId>
<artifactId>jakarta-regexp</artifactId>
<version>1.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
kris bravo · Clarify Development · office: 678.893.1288 · mobile: 678.296.8723
-----Original Message-----
From: Sebastien Arbogast [mailto:[EMAIL PROTECTED]
Sent: Friday, June 02, 2006 1:34 AM
To: Maven users list
Subject: [M2] Ghost dependencies
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?
--
Sébastien Arbogast
The Epseelon Project : http://www.epseelon.net Blog :
http://sebastien-arbogast.epseelon.net
TagSpot : http://www.tagspot.org
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]