You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2007/04/12 15:36:47 UTC

svn commit: r527938 - in /activemq/trunk: activemq-fileserver/pom.xml assembly/pom.xml pom.xml

Author: jstrachan
Date: Thu Apr 12 06:36:43 2007
New Revision: 527938

URL: http://svn.apache.org/viewvc?view=rev&rev=527938
Log:
Fixed up the poms so the build works again :)

Modified:
    activemq/trunk/activemq-fileserver/pom.xml
    activemq/trunk/assembly/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-fileserver/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-fileserver/pom.xml?view=diff&rev=527938&r1=527937&r2=527938
==============================================================================
--- activemq/trunk/activemq-fileserver/pom.xml (original)
+++ activemq/trunk/activemq-fileserver/pom.xml Thu Apr 12 06:36:43 2007
@@ -81,14 +81,9 @@
       <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
     </dependency>
 
-    <!-- TODO this should not be needed, but transitive dependencies are not working -->
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-core</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>${pom.groupId}</groupId>
-      <artifactId>activeio-core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.activemq</groupId>

Modified: activemq/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/pom.xml?view=diff&rev=527938&r1=527937&r2=527938
==============================================================================
--- activemq/trunk/assembly/pom.xml (original)
+++ activemq/trunk/assembly/pom.xml Thu Apr 12 06:36:43 2007
@@ -68,6 +68,7 @@
     <dependency>
       <groupId>${pom.groupId}</groupId>
       <artifactId>activemq-fileserver</artifactId>
+      <type>war</type>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?view=diff&rev=527938&r1=527937&r2=527938
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Thu Apr 12 06:36:43 2007
@@ -255,6 +255,7 @@
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-fileserver</artifactId>
         <version>${activemq-version}</version>
+        <type>war</type>
       </dependency>
       <dependency>
         <groupId>org.apache.activemq</groupId>