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/21 20:40:06 UTC

svn commit: r549582 - /geronimo/server/trunk/configs/axis2/pom.xml

Author: linsun
Date: Thu Jun 21 11:40:05 2007
New Revision: 549582

URL: http://svn.apache.org/viewvc?view=rev&rev=549582
Log:
Axis2 kernel needs the backport-util-concurrent at runtime now.

Modified:
    geronimo/server/trunk/configs/axis2/pom.xml

Modified: geronimo/server/trunk/configs/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/axis2/pom.xml?view=diff&rev=549582&r1=549581&r2=549582
==============================================================================
--- geronimo/server/trunk/configs/axis2/pom.xml (original)
+++ geronimo/server/trunk/configs/axis2/pom.xml Thu Jun 21 11:40:05 2007
@@ -174,6 +174,10 @@
            <groupId>com.sun.xml.bind</groupId>
            <artifactId>jaxb-xjc</artifactId>
        </dependency>
+       <dependency>
+           <groupId>backport-util-concurrent</groupId>
+           <artifactId>backport-util-concurrent</artifactId>
+       </dependency>
     </dependencies>
 
 </project>