Author: chirino
Date: Wed Sep 23 19:11:24 2009
New Revision: 818211

URL: http://svn.apache.org/viewvc?rev=818211&view=rev
Log:
AMQ-2408 and AMQ-2407 
 - adding new tool to manually inspect/audit the amqPersistenceAdapter's 
journal files.
 - adding new HTTP based discovery agent


Modified:
    activemq/trunk/pom.xml

Modified: activemq/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/pom.xml?rev=818211&r1=818210&r2=818211&view=diff
==============================================================================
--- activemq/trunk/pom.xml (original)
+++ activemq/trunk/pom.xml Wed Sep 23 19:11:24 2009
@@ -899,12 +899,32 @@
         <artifactId>geronimo-transaction</artifactId>
         <version>2.1</version>
       </dependency>
-    <!-- FTP support for BlobMessages -->
-       <dependency>
-           <groupId>commons-net</groupId>
-           <artifactId>commons-net</artifactId>
-           <version>${commons-net-version}</version>
-       </dependency>
+      
+      <!-- FTP support for BlobMessages -->
+       <dependency>
+           <groupId>commons-net</groupId>
+           <artifactId>commons-net</artifactId>
+           <version>${commons-net-version}</version>
+       </dependency>
+
+      <dependency>
+        <groupId>velocity</groupId>
+        <artifactId>velocity</artifactId>
+        <version>1.4</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.josql</groupId>
+        <artifactId>josql</artifactId>
+        <version>1.5</version>
+        <optional>true</optional>
+      </dependency>
+      <dependency>
+        <groupId>net.sf.josql</groupId>
+        <artifactId>gentlyweb-utils</artifactId>
+        <version>1.5</version>
+        <optional>true</optional>
+      </dependency>
 
     </dependencies>
   </dependencyManagement>


Reply via email to