You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2005/11/10 04:29:40 UTC

svn commit: r332216 - /geronimo/gbuild/trunk/pom.xml

Author: dblevins
Date: Wed Nov  9 19:29:39 2005
New Revision: 332216

URL: http://svn.apache.org/viewcvs?rev=332216&view=rev
Log:
This should be all we need.  Still doesn't work due to missing dependencies

Modified:
    geronimo/gbuild/trunk/pom.xml

Modified: geronimo/gbuild/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/geronimo/gbuild/trunk/pom.xml?rev=332216&r1=332215&r2=332216&view=diff
==============================================================================
--- geronimo/gbuild/trunk/pom.xml (original)
+++ geronimo/gbuild/trunk/pom.xml Wed Nov  9 19:29:39 2005
@@ -28,92 +28,15 @@
       <artifactId>plexus-command-line</artifactId>
       <version>1.0-alpha-2</version>
     </dependency>
-     <dependency>
-        <groupId>geronimo-spec</groupId>
-        <artifactId>geronimo-spec-j2ee</artifactId>
-        <version>1.4-rc4</version>
-     </dependency>
-     <dependency>
-         <groupId>concurrent</groupId>
-         <artifactId>concurrent</artifactId>
-         <version>1.3.4</version>
-      </dependency>
-      <dependency>
-        <groupId>activemq</groupId>
-        <artifactId>activemq-core</artifactId>
-        <version>3.2</version>
-      </dependency>
-
-      <dependency>
-        <groupId>activeio</groupId>
-        <artifactId>activeio</artifactId>
-        <version>1.1</version>
-      </dependency>      
-
     <dependency>
-       <groupId>commons-logging</groupId>
-       <artifactId>commons-logging</artifactId>
-       <version>1.0.4</version>
+      <groupId>geronimo-spec</groupId>
+      <artifactId>geronimo-spec-j2ee</artifactId>
+      <version>1.4-rc4</version>
     </dependency>
-
-    <!-- used to support optional transport configuration via URI query strings -->
     <dependency>
-      <groupId>commons-beanutils</groupId>
-      <artifactId>commons-beanutils</artifactId>
-      <version>1.6.1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-      <version>2.1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>springframework</groupId>
-      <artifactId>spring</artifactId>
-      <version>1.2.4</version>
-    </dependency>
-
-    <!-- To create Pooled DataSources for the JDBC message store -->
-    <dependency>
-      <groupId>commons-dbcp</groupId>
-      <artifactId>commons-dbcp</artifactId>
-      <version>1.2</version>
-    </dependency>
-    <dependency>
-      <groupId>commons-pool</groupId>
-      <artifactId>commons-pool</artifactId>
-      <version>1.2</version>
-    </dependency>
-
-    <!-- Derby DB used for testing JDBC message store -->
-    <dependency>
-      <groupId>incubator-derby</groupId>
-      <artifactId>derby</artifactId>
-      <version>10.0.2.1</version>
-    </dependency>
-    <dependency>
-      <groupId>incubator-derby</groupId>
-      <artifactId>derbynet</artifactId>
-      <version>10.0.2.1</version>
-    </dependency>
-
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xercesImpl</artifactId>
-      <version>2.6.2</version>
-    </dependency>
-    <dependency>
-      <groupId>xerces</groupId>
-      <artifactId>xmlParserAPIs</artifactId>
-      <version>2.6.2</version>
-    </dependency>
-
-    <dependency>
-      <groupId>velocity</groupId>
-      <artifactId>velocity</artifactId>
-      <version>1.4</version>
+      <groupId>activemq</groupId>
+      <artifactId>activemq-core</artifactId>
+      <version>3.2</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>