Applied Bills patch for m2 build

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Strachan 2005-12-20 14:50:52 +00:00
parent 47ea8ecf5d
commit 35b8ea9308
1 changed files with 11 additions and 4 deletions

View File

@ -2,9 +2,10 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>activemq</groupId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq</artifactId>
<version>4.0-SNAPSHOT</version>
<version>4.0M4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>activemq-core</artifactId>
@ -65,6 +66,12 @@
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>activeio</groupId>
<artifactId>activeio</artifactId>
@ -103,7 +110,7 @@
</dependency>
<dependency>
<groupId>springframework</groupId>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
</dependency>
@ -140,7 +147,7 @@
</dependency>
<dependency>
<groupId>activemq</groupId>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-jaas</artifactId>
</dependency>