You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2009/06/01 19:27:54 UTC

svn commit: r780736 - /activemq/sandbox/activemq-flow/activemq-queue/pom.xml

Author: chirino
Date: Mon Jun  1 17:27:53 2009
New Revision: 780736

URL: http://svn.apache.org/viewvc?rev=780736&view=rev
Log:
Fixing optional status

Modified:
    activemq/sandbox/activemq-flow/activemq-queue/pom.xml

Modified: activemq/sandbox/activemq-flow/activemq-queue/pom.xml
URL: http://svn.apache.org/viewvc/activemq/sandbox/activemq-flow/activemq-queue/pom.xml?rev=780736&r1=780735&r2=780736&view=diff
==============================================================================
--- activemq/sandbox/activemq-flow/activemq-queue/pom.xml (original)
+++ activemq/sandbox/activemq-flow/activemq-queue/pom.xml Mon Jun  1 17:27:53 2009
@@ -41,12 +41,12 @@
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-dispatcher</artifactId>
-      <optional>true</optional>
+      <optional>false</optional>
     </dependency>        
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-flow</artifactId>
-      <optional>true</optional>
+      <optional>false</optional>
     </dependency>        
   
     <!-- Testing Dependencies -->