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 2016/09/01 17:05:32 UTC

svn commit: r1758813 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Thu Sep  1 17:05:32 2016
New Revision: 1758813

URL: http://svn.apache.org/viewvc?rev=1758813&view=rev
Log:
UIMA-5082 replaced AMQ 5.13.2 with 5.14.0 to fix http related problem. Also updated UIMA SDK to v.2.9.0

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

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1758813&r1=1758812&r2=1758813&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Thu Sep  1 17:05:32 2016
@@ -121,9 +121,9 @@
 		<uimaScmRoot>uima-as</uimaScmRoot>
 		<uimaScmProject>${project.artifactId}</uimaScmProject>
 		<!-- level of uimaj sdk this release depends on -->
-		<uimajDependencyVersion>2.8.1</uimajDependencyVersion>
+		<uimajDependencyVersion>2.9.0</uimajDependencyVersion>
 		<!-- level of ActiveMQ this release depends on -->
-		<org.apache.activemq.version>5.13.2</org.apache.activemq.version>
+		<org.apache.activemq.version>5.14.0</org.apache.activemq.version>
 		<!-- level of SpringFramework this release depends on -->
 		<org.springframework.version>4.1.9.RELEASE</org.springframework.version>
 
@@ -148,10 +148,6 @@
 		
 		<slf4j.version>1.7.13</slf4j.version>
 		
-		<!-- http.client.version>4.5.1</http.client.version>
-		
-		<http.core.version>4.4.4</http.core.version-->
-
 		<xpp3.version>1.1.4c</xpp3.version>
 		
 		<http.client.version>4.5.1</http.client.version>