You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by da...@apache.org on 2006/10/20 01:59:51 UTC

svn commit: r465937 - /geronimo/server/trunk/configs/client/pom.xml

Author: dain
Date: Thu Oct 19 16:59:48 2006
New Revision: 465937

URL: http://svn.apache.org/viewvc?view=rev&rev=465937
Log:
Fixed GERONIMO-2509 Appclient missing activeio from the class path, by adding activeio and geronimo-interceptor to the client plan

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

Modified: geronimo/server/trunk/configs/client/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/client/pom.xml?view=diff&rev=465937&r1=465936&r2=465937
==============================================================================
--- geronimo/server/trunk/configs/client/pom.xml (original)
+++ geronimo/server/trunk/configs/client/pom.xml Thu Oct 19 16:59:48 2006
@@ -66,6 +66,12 @@
 
         <dependency>
             <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-interceptor</artifactId>
+            <version>${pom.version}</version>
+        </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
             <artifactId>geronimo-naming</artifactId>
             <version>${pom.version}</version>
         </dependency>
@@ -186,6 +192,11 @@
         <!-- geronimo-spec-corba, geronimo-j2ee_1.4_spec -->
         <!-- openejb-core, tranql, asm, activemq, activeio, scout, juddi,
              concurrent, jdom -->
+
+        <dependency>
+            <groupId>activeio</groupId>
+            <artifactId>activeio</artifactId>
+        </dependency>
 
         <dependency>
             <groupId>backport-util-concurrent</groupId>