You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/13 09:27:04 UTC

svn commit: r421523 - /geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml

Author: jdillon
Date: Thu Jul 13 00:27:04 2006
New Revision: 421523

URL: http://svn.apache.org/viewvc?rev=421523&view=rev
Log:
rmi-naming needs the interceptor module to function

Modified:
    geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml?rev=421523&r1=421522&r2=421523&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/configs/rmi-naming/pom.xml Thu Jul 13 00:27:04 2006
@@ -139,6 +139,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>