You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/12/09 16:00:23 UTC

svn commit: r724728 - in /geronimo/server/trunk/repository: org/apache/activemq/ pom.xml

Author: dwoods
Date: Tue Dec  9 07:00:23 2008
New Revision: 724728

URL: http://svn.apache.org/viewvc?rev=724728&view=rev
Log:
GERONIMO-4337 remove old AMQ4 artifacts

Removed:
    geronimo/server/trunk/repository/org/apache/activemq/
Modified:
    geronimo/server/trunk/repository/pom.xml

Modified: geronimo/server/trunk/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/repository/pom.xml?rev=724728&r1=724727&r2=724728&view=diff
==============================================================================
--- geronimo/server/trunk/repository/pom.xml (original)
+++ geronimo/server/trunk/repository/pom.xml Tue Dec  9 07:00:23 2008
@@ -37,45 +37,6 @@
         permeant Geronimo specific repository solution can be implemented.
     </description>
 
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-core</artifactId>
-                <version>4.1.2-G647819</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.apache.geronimo.specs</groupId>
-                        <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activemq-ra</artifactId>
-                <version>4.1.2</version>
-            </dependency>
-
-            <dependency>
-                <groupId>org.apache.activemq</groupId>
-                <artifactId>activeio-core</artifactId>
-                <version>3.0.1</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>commons-logging</groupId>
-                        <artifactId>commons-logging</artifactId>
-                    </exclusion>
-                </exclusions>
-            </dependency>
-
-
-        </dependencies>
-    </dependencyManagement>
     <dependencies>
         <dependency>
             <groupId>juddi</groupId>
@@ -149,12 +110,6 @@
             <version>8.0-20060801</version>
         </dependency>
 
-        <!-- See GERONIMO-4262 -->
-        <dependency>
-            <groupId>org.apache.activemq</groupId>
-            <artifactId>activemq-core</artifactId>
-        </dependency>
-
         <!-- See GERONIMO-4266 -->
         <dependency>
             <groupId>org.directwebremoting</groupId>