mirror of https://github.com/apache/activemq.git
Applied Bills patch for m2 build
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
35b8ea9308
commit
df06a63bcf
|
@ -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-ra</artifactId>
|
||||
|
@ -14,7 +15,7 @@
|
|||
<dependencies>
|
||||
|
||||
<dependency>
|
||||
<groupId>activemq</groupId>
|
||||
<groupId>org.apache.activemq</groupId>
|
||||
<artifactId>activemq-core</artifactId>
|
||||
<version>${version}</version>
|
||||
</dependency>
|
||||
|
@ -57,7 +58,7 @@
|
|||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
|
Loading…
Reference in New Issue