You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2007/09/25 17:04:03 UTC

svn commit: r579289 - /geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml

Author: vamsic007
Date: Tue Sep 25 08:04:02 2007
New Revision: 579289

URL: http://svn.apache.org/viewvc?rev=579289&view=rev
Log:
GERONIMO-3484 openejb-deployer should not require openejb to be running
  o One last thing in the fix... change the dependency scope to runtime.  I guess David has missed this one!!

Modified:
    geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml

Modified: geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml?rev=579289&r1=579288&r2=579289&view=diff
==============================================================================
--- geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml (original)
+++ geronimo/server/branches/2.0/configs/openejb-deployer/pom.xml Tue Sep 25 08:04:02 2007
@@ -52,7 +52,7 @@
             <artifactId>openejb</artifactId>
             <version>${version}</version>
             <type>car</type>
-            <!--<scope>runtime</scope>-->
+            <scope>runtime</scope>
         </dependency>
 
         <dependency>