fix build issue with some Generic types.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1348483 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-06-09 18:53:25 +00:00
parent 691c70d3ea
commit 21a0465448
1 changed files with 9 additions and 2 deletions

View File

@ -96,7 +96,7 @@
<artifactId>activemq-protobuf</artifactId> <artifactId>activemq-protobuf</artifactId>
<optional>false</optional> <optional>false</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.fusesource.fuse-extra</groupId> <groupId>org.fusesource.fuse-extra</groupId>
<artifactId>fusemq-leveldb</artifactId> <artifactId>fusemq-leveldb</artifactId>
</dependency> </dependency>
@ -184,7 +184,7 @@
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<!-- =============================== --> <!-- =============================== -->
<!-- Testing Dependencies --> <!-- Testing Dependencies -->
<!-- =============================== --> <!-- =============================== -->
@ -639,6 +639,13 @@
</goals> </goals>
</execution> </execution>
</executions> </executions>
<dependencies>
<dependency>
<groupId>com.thoughtworks.qdox</groupId>
<artifactId>qdox</artifactId>
<version>1.12</version>
</dependency>
</dependencies>
</plugin> </plugin>
<plugin> <plugin>