mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@451092 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cd4e31881a
commit
766bf50215
|
@ -306,13 +306,7 @@
|
|||
<version>${commons_collections_version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- JAAS Login Modules -->
|
||||
<dependency>
|
||||
<groupId>${pom.groupId}</groupId>
|
||||
<artifactId>activemq-jaas</artifactId>
|
||||
<version>${pom.currentVersion}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -101,13 +101,6 @@
|
|||
<version>${asn1_version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>jdbm</groupId>
|
||||
<artifactId>jdbm</artifactId>
|
||||
<version>${jdbm_version}</version>
|
||||
<url>http://jdbm.sourceforge.net</url>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>regexp</groupId>
|
||||
<artifactId>regexp</artifactId>
|
||||
|
|
Loading…
Reference in New Issue