You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by li...@apache.org on 2007/06/28 21:34:46 UTC

svn commit: r551678 - /geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml

Author: linsun
Date: Thu Jun 28 12:34:45 2007
New Revision: 551678

URL: http://svn.apache.org/viewvc?view=rev&rev=551678
Log:
missed one spot for the new axis2 dependency - backport-util-concurrent

Modified:
    geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml

Modified: geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml?view=diff&rev=551678&r1=551677&r2=551678
==============================================================================
--- geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/axis2-deployer/src/plan/plan.xml Thu Jun 28 12:34:45 2007
@@ -154,6 +154,10 @@
                         <artifactId>client-security</artifactId>
                         <type>car</type>
                     </dependency>
+                    <dependency>
+                        <groupId>backport-util-concurrent</groupId>
+                        <artifactId>backport-util-concurrent</artifactId>
+                    </dependency>
                 </dependencies>
             </environment>
         </xml-attribute>