You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2010/12/20 21:56:34 UTC

svn commit: r1051290 - /uima/uima-as/trunk/uima-as-distr/pom.xml

Author: cwiklik
Date: Mon Dec 20 20:56:34 2010
New Revision: 1051290

URL: http://svn.apache.org/viewvc?rev=1051290&view=rev
Log:
UIMA-1876 Modified to support AMQ 5.4.1

Modified:
    uima/uima-as/trunk/uima-as-distr/pom.xml

Modified: uima/uima-as/trunk/uima-as-distr/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/pom.xml?rev=1051290&r1=1051289&r2=1051290&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-distr/pom.xml Mon Dec 20 20:56:34 2010
@@ -116,71 +116,168 @@
       <artifactId>uimaj-test-util</artifactId>
       <version>${uimajDependencyVersion}</version>
     </dependency>
-    
+    <!--
+      commons stuff
+      -->
     <dependency>
       <groupId>commons-collections</groupId>
       <artifactId>commons-collections</artifactId>
-      <version>3.1</version>
+      <version>3.2.1</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>
       <artifactId>commons-pool</artifactId>
-      <version>1.2</version>
+      <version>1.5.4</version>
     </dependency>
     <dependency>
       <groupId>commons-logging</groupId>
       <artifactId>commons-logging</artifactId>
       <version>1.1.1</version>
     </dependency> 
+
+    <dependency>
+      <groupId>commons-codec</groupId>
+      <artifactId>commons-codec</artifactId>
+      <version>1.2</version>
+    </dependency> 
+    
+    <dependency>
+      <groupId>commons-httpclient</groupId>
+      <artifactId>commons-httpclient</artifactId>
+      <version>3.1</version>
+    </dependency> 
+
+
+
+    <!--  
+     Spring Framework Dependencies
+    -->
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring</artifactId>
-      <version>2.0.6</version>
+      <artifactId>spring-core</artifactId>
+      <version>3.0.3.RELEASE</version>
     </dependency>
      
     <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-asm</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-beans</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-context</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-expression</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-tx</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-jms</artifactId>
+      <version>3.0.3.RELEASE</version>
+    </dependency>
+
+
+	<!--
+		Active MQ Stuff
+	-->
+    <dependency>
       <groupId>org.apache.activemq</groupId>
-      <artifactId>apache-activemq</artifactId>
-      <version>4.1.1</version>
+      <artifactId>activemq-all</artifactId>
+      <version>5.4.1</version>
     </dependency> 
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-jaas</artifactId>
+      <version>5.4.1</version>
+    </dependency>
+  
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-web</artifactId>
+      <version>5.4.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-spring</artifactId>
+      <version>5.4.1</version>
+    </dependency> 
+
     <dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-optional</artifactId>
-      <version>4.1.1</version>
+      <version>5.4.1</version>
     </dependency>
+
+<dependency>
+  <groupId>org.apache.activemq</groupId>
+  <artifactId>kahadb</artifactId>
+  <version>5.4.1</version>
+</dependency>
+
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jms_1.1_spec</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
     </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
-      <artifactId>geronimo-j2ee-management_1.0_spec</artifactId>
-      <version>1.0</version>
+      <artifactId>geronimo-j2ee-management_1.1_spec</artifactId>
+      <version>1.0.1</version>
     </dependency>
-    <dependency>
-      <groupId>commons-httpclient</groupId>
-      <artifactId>commons-httpclient</artifactId>
-      <version>2.0.1</version>
-    </dependency> 
+
 
     <dependency>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-servlet_2.5_spec</artifactId>
+      <version>1.2</version>
+    </dependency>
+
+	<!--
+	   Jetty
+	-->
+	<dependency>
+      <groupId>org.eclipse.jetty.aggregate</groupId>
+      <artifactId>jetty-all-server</artifactId>
+      <version>7.0.1.v20091125</version>
+    </dependency>
+	
+    <!-- dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
       <version>6.0.1</version>
-    </dependency> 
-
-    <dependency>
+    </dependency --> 
+<!-- dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty-util</artifactId>
-      <version>6.0.1</version>
+      <version>7.0.1</version>
     </dependency>
 
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
       <version>6.0.1</version>
-    </dependency>
+    </dependency  -->
+    
     
     <dependency>
       <groupId>xmlpull</groupId>
@@ -191,15 +288,13 @@
     <dependency>
       <groupId>com.thoughtworks.xstream</groupId>
       <artifactId>xstream</artifactId>
-      <version>1.2.2</version>
+      <version>1.3.1</version>
     </dependency>
-
-    <dependency>
+<!-- dependency>
       <groupId>org.apache.activemq</groupId>
       <artifactId>activemq-console</artifactId>
       <version>4.1.1</version>
-    </dependency>
-  
+    </dependency -->
     <!-- next dependency has gone missing as of Nov 2010 (maybe earlier)
          remove - it's not used - to allow building -->
     <!--dependency>
@@ -208,29 +303,17 @@
       <version>3.0.0-incubator</version>
     </dependency-->
   
-    <dependency>
+   <!-- dependency>
       <groupId>backport-util-concurrent</groupId>
       <artifactId>backport-util-concurrent</artifactId>
       <version>2.1</version>
-    </dependency>
+    </dependency -->  
   
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-jaas</artifactId>
-      <version>4.1.1</version>
-    </dependency>
-  
-    <dependency>
-      <groupId>org.apache.activemq</groupId>
-      <artifactId>activemq-web</artifactId>
-      <version>4.1.1</version>
-    </dependency>
-  
-    <dependency>
+    <!-- dependency>
       <groupId>mx4j</groupId>
       <artifactId>mx4j</artifactId>
       <version>2.1.1</version>
-    </dependency>
+    </dependency-->
 
     <!-- lib/optional -->
 
@@ -243,34 +326,34 @@
     <dependency>
       <groupId>commons-dbcp</groupId>
       <artifactId>commons-dbcp</artifactId>
-      <version>1.2</version>
+      <version>1.2.2</version>
     </dependency>
     
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-      <version>1.0</version>
+      <version>2.0.0</version>
     </dependency>
   
-    <dependency>
+    <!-- dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-jacc_1.0_spec</artifactId>
       <version>1.0</version>
-    </dependency>
+    </dependency-->
   
-    <dependency>
-      <groupId>activemq</groupId>
-      <artifactId>jmdns</artifactId>
-      <version>1.0-RC2</version>
-    </dependency>
+    <!-- dependency>
+      <groupId>org.apache.activemq</groupId>
+      <artifactId>activemq-jmdns</artifactId>
+      <version>1.0-5.4.1</version>
+    </dependency -->
   
     <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
-      <version>1.2.12</version>
+      <version>1.2.14</version>
     </dependency>
   
-    <dependency>
+    <!--dependency>
       <groupId>mx4j</groupId>
       <artifactId>mx4j-remote</artifactId>
       <version>2.1.1</version>
@@ -280,18 +363,18 @@
       <groupId>mx4j</groupId>
       <artifactId>mx4j-tools</artifactId>
       <version>2.1.1</version>
-    </dependency>
+    </dependency-->
   
-    <dependency>
+    <!-- dependency>
       <groupId>org.apache.derby</groupId>
       <artifactId>derby</artifactId>
       <version>10.1.1.0</version>
-    </dependency>
+    </dependency -->
   
     <dependency>
       <groupId>org.apache.xbean</groupId>
       <artifactId>xbean-spring</artifactId>
-      <version>2.8</version>
+      <version>3.7</version>
     </dependency>
     
 	</dependencies>