include mx4j tools in the optional dir.

git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@390445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2006-03-31 15:44:42 +00:00
parent 382b825aa5
commit 7ed7b25dbe
1 changed files with 9 additions and 0 deletions

View File

@ -287,6 +287,15 @@
</properties> </properties>
</dependency> </dependency>
<dependency>
<groupId>mx4j</groupId>
<artifactId>mx4j-tools</artifactId>
<version>${mx4j_version}</version>
<properties>
<optional>true</optional>
</properties>
</dependency>
<dependency> <dependency>
<groupId>mx4j</groupId> <groupId>mx4j</groupId>
<artifactId>mx4j-remote</artifactId> <artifactId>mx4j-remote</artifactId>