You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2012/06/09 20:53:26 UTC

svn commit: r1348483 - /activemq/trunk/activemq-core/pom.xml

Author: tabish
Date: Sat Jun  9 18:53:25 2012
New Revision: 1348483

URL: http://svn.apache.org/viewvc?rev=1348483&view=rev
Log:
fix build issue with some Generic types.

Modified:
    activemq/trunk/activemq-core/pom.xml

Modified: activemq/trunk/activemq-core/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1348483&r1=1348482&r2=1348483&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Sat Jun  9 18:53:25 2012
@@ -96,7 +96,7 @@
       <artifactId>activemq-protobuf</artifactId>
       <optional>false</optional>
     </dependency>
-		<dependency>
+        <dependency>
       <groupId>org.fusesource.fuse-extra</groupId>
       <artifactId>fusemq-leveldb</artifactId>
     </dependency>
@@ -184,7 +184,7 @@
       <optional>true</optional>
     </dependency>
 
-    
+
     <!-- =============================== -->
     <!-- Testing Dependencies            -->
     <!-- =============================== -->
@@ -639,6 +639,13 @@
             </goals>
           </execution>
         </executions>
+        <dependencies>
+          <dependency>
+            <groupId>com.thoughtworks.qdox</groupId>
+            <artifactId>qdox</artifactId>
+            <version>1.12</version>
+          </dependency>
+        </dependencies>
       </plugin>
 
       <plugin>