mirror of
https://github.com/apache/activemq.git
synced 2025-02-16 15:08:10 +00:00
added missing dependencies on rar file (spring and xbean-spring jars)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@358436 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cbcfcc840e
commit
b195cc7985
@ -3,3 +3,6 @@
|
||||
# -------------------------------------------------------------------
|
||||
maven.multiproject.type=rar
|
||||
maven.rar.src=${basedir}/src/main/rar
|
||||
|
||||
<!-- used by spring module -->
|
||||
spring_ra_version=1.2.6
|
@ -118,6 +118,17 @@
|
||||
<version>2.1.1</version>
|
||||
</dependency>
|
||||
|
||||
<!-- For Spring -->
|
||||
<dependency>
|
||||
<groupId>springframework</groupId>
|
||||
<artifactId>spring</artifactId>
|
||||
<version>${spring_ra_version}</version>
|
||||
<url>http://www.springframework.org</url>
|
||||
<properties>
|
||||
<rar.bundle>true</rar.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
<!-- for custom XML parsing -->
|
||||
|
||||
<dependency>
|
||||
@ -127,6 +138,7 @@
|
||||
<url>http://www.gbean.org</url>
|
||||
<properties>
|
||||
<war.bundle>true</war.bundle>
|
||||
<rar.bundle>true</rar.bundle>
|
||||
</properties>
|
||||
</dependency>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user