You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jl...@apache.org on 2006/09/29 04:46:54 UTC

svn commit: r451092 - in /incubator/activemq/branches/activemq-4.0: activemq-core/project.xml activemq-jaas/project.xml

Author: jlim
Date: Thu Sep 28 19:46:53 2006
New Revision: 451092

URL: http://svn.apache.org/viewvc?view=rev&rev=451092
Log:
fix for https://issues.apache.org/activemq/browse/AMQ-945

Modified:
    incubator/activemq/branches/activemq-4.0/activemq-core/project.xml
    incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml

Modified: incubator/activemq/branches/activemq-4.0/activemq-core/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-core/project.xml?view=diff&rev=451092&r1=451091&r2=451092
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-core/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-core/project.xml Thu Sep 28 19:46:53 2006
@@ -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>

Modified: incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml
URL: http://svn.apache.org/viewvc/incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml?view=diff&rev=451092&r1=451091&r2=451092
==============================================================================
--- incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml (original)
+++ incubator/activemq/branches/activemq-4.0/activemq-jaas/project.xml Thu Sep 28 19:46:53 2006
@@ -102,13 +102,6 @@
         </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>
             <version>${regexp_version}</version>