Hi Kevan,
concurrent is a WADI runtime dependency. The server starts fine
because wadi-clustering is not started by default and, assuming this
was the case, this dependency is only used when an invocation is
"contextualized".
So, could you please rollback this change?
Thanks,
Gianny
On 04/02/2008, at 9:04 AM, [EMAIL PROTECTED] wrote:
Author: kevan
Date: Sun Feb 3 14:04:38 2008
New Revision: 618102
URL: http://svn.apache.org/viewvc?rev=618102&view=rev
Log:
Remove concurrent dependency. I haven't tested wadi clustering,
with this change. But server starts fine
Modified:
geronimo/server/branches/2.1/plugins/clustering/wadi-clustering/
pom.xml
Modified: geronimo/server/branches/2.1/plugins/clustering/wadi-
clustering/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/
plugins/clustering/wadi-clustering/pom.xml?
rev=618102&r1=618101&r2=618102&view=diff
======================================================================
========
--- geronimo/server/branches/2.1/plugins/clustering/wadi-clustering/
pom.xml (original)
+++ geronimo/server/branches/2.1/plugins/clustering/wadi-clustering/
pom.xml Sun Feb 3 14:04:38 2008
@@ -43,12 +43,6 @@
<artifactId>aspectjrt</artifactId>
</dependency>
- <dependency>
- <groupId>concurrent</groupId>
- <artifactId>concurrent</artifactId>
- <version>1.3.4</version>
- </dependency>
-
<dependency>
<groupId>org.apache.geronimo.configs</groupId>
<artifactId>clustering</artifactId>