Don't need an openwire generator in the stomp project.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1407102 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-11-08 14:43:50 +00:00
parent 0dd8f2c4d0
commit ddcabe1a6a
1 changed files with 1 additions and 8 deletions

View File

@ -34,7 +34,7 @@
</properties>
<dependencies>
<!-- =============================== -->
<!-- Required Dependencies -->
<!-- =============================== -->
@ -128,13 +128,6 @@
<artifactId>commons-net</artifactId>
</dependency>
<!-- not really a dependency at all - just added optionally to get the generator working -->
<dependency>
<groupId>org.apache.activemq</groupId>
<artifactId>activemq-openwire-generator</artifactId>
<optional>true</optional>
</dependency>
<!-- =============================== -->
<!-- Testing Dependencies -->
<!-- =============================== -->