mirror of https://github.com/apache/activemq.git
AMQ-2408 and AMQ-2407
- adding new tool to manually inspect/audit the amqPersistenceAdapter's journal files. - adding new HTTP based discovery agent git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@818211 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a0af351520
commit
15c2c96609
32
pom.xml
32
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue