Author: tabish
Date: Thu Nov 8 14:43:50 2012
New Revision: 1407102
URL: http://svn.apache.org/viewvc?rev=1407102&view=rev
Log:
Don't need an openwire generator in the stomp project.
Modified:
activemq/trunk/activemq-stomp/pom.xml
Modified: activemq/trunk/activemq-stomp/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-stomp/pom.xml?rev=1407102&r1=1407101&r2=1407102&view=diff
==============================================================================
--- activemq/trunk/activemq-stomp/pom.xml (original)
+++ activemq/trunk/activemq-stomp/pom.xml Thu Nov 8 14:43:50 2012
@@ -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 -->
<!-- =============================== -->