You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ja...@apache.org on 2009/11/17 19:55:30 UTC

svn commit: r881439 - in /activemq/trunk: activemq-openwire-generator/pom.xml activemq-optional/pom.xml pom.xml

Author: janstey
Date: Tue Nov 17 18:55:29 2009
New Revision: 881439

URL: http://svn.apache.org/viewvc?rev=881439&view=rev
Log:
Get ActiveMQ building with Maven 3

Modified:
    activemq/trunk/activemq-openwire-generator/pom.xml
    activemq/trunk/activemq-optional/pom.xml
    activemq/trunk/pom.xml

Modified: activemq/trunk/activemq-openwire-generator/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-openwire-generator/pom.xml?rev=881439&r1=881438&r2=881439&view=diff
==============================================================================
--- activemq/trunk/activemq-openwire-generator/pom.xml (original)
+++ activemq/trunk/activemq-openwire-generator/pom.xml Tue Nov 17 18:55:29 2009
@@ -41,11 +41,6 @@
       <version>1.0-jsr-03</version>
     </dependency>
     <dependency>
-      <groupId>groovy</groupId>
-      <artifactId>groovy-all</artifactId>
-      <version>1.0-jsr-03</version>
-    </dependency>
-    <dependency>
       <groupId>annogen</groupId>
       <artifactId>annogen</artifactId>
       <version>0.1.0</version>
@@ -89,4 +84,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: activemq/trunk/activemq-optional/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-optional/pom.xml?rev=881439&r1=881438&r2=881439&view=diff
==============================================================================
--- activemq/trunk/activemq-optional/pom.xml (original)
+++ activemq/trunk/activemq-optional/pom.xml Tue Nov 17 18:55:29 2009
@@ -111,10 +111,6 @@
     </dependency>
     
     <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <scope>test</scope>

Modified: activemq/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=881439&r1=881438&r2=881439&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Tue Nov 17 18:55:29 2009
@@ -703,13 +703,6 @@
         <version>1.3</version>
       </dependency>
 
-      <!-- To use XPath using JAXP 1.2 (easier to add to Java 1.4.x) -->
-      <dependency>
-        <groupId>activesoap</groupId>
-        <artifactId>jaxp-api</artifactId>
-        <version>1.3</version>
-      </dependency>
-
       <dependency>
         <groupId>xalan</groupId>
         <artifactId>xalan</artifactId>