mirror of https://github.com/apache/activemq.git
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:
parent
0dd8f2c4d0
commit
ddcabe1a6a
|
@ -34,7 +34,7 @@
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
<!-- Required Dependencies -->
|
<!-- Required Dependencies -->
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
@ -128,13 +128,6 @@
|
||||||
<artifactId>commons-net</artifactId>
|
<artifactId>commons-net</artifactId>
|
||||||
</dependency>
|
</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 -->
|
<!-- Testing Dependencies -->
|
||||||
<!-- =============================== -->
|
<!-- =============================== -->
|
||||||
|
|
Loading…
Reference in New Issue