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/10/26 09:49:47 UTC

svn commit: r467900 - /geronimo/server/trunk/pom.xml

Author: jdillon
Date: Thu Oct 26 00:49:47 2006
New Revision: 467900

URL: http://svn.apache.org/viewvc?view=rev&rev=467900
Log:
Drop default type/scope

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?view=diff&rev=467900&r1=467899&r2=467900
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Oct 26 00:49:47 2006
@@ -252,8 +252,6 @@
                 <groupId>org.objectweb.howl</groupId>
                 <artifactId>howl</artifactId>
                 <version>1.0.1-1</version>
-                <type>jar</type>
-                <scope>compile</scope>
             </dependency>
 
             <dependency>
@@ -608,7 +606,7 @@
             </dependency>
 
             <dependency>
-                <groupId>org.apache.openejb</groupId>       
+                <groupId>org.apache.openejb</groupId>
                 <artifactId>openejb-corba</artifactId>
                 <version>${openejbVersion}</version>
             </dependency>