Get ActiveMQ building with Maven 3

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@881439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Anstey 2009-11-17 18:55:29 +00:00
parent fa3bac92c6
commit d7b0408803
3 changed files with 1 additions and 17 deletions

View File

@ -40,11 +40,6 @@
<artifactId>groovy-all</artifactId>
<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>
@ -89,4 +84,4 @@
</plugins>
</build>
</project>
</project>

View File

@ -110,10 +110,6 @@
<artifactId>commons-collections</artifactId>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>

View File

@ -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>