You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2015/05/24 02:41:57 UTC

svn commit: r1681408 - /uima/uimafit/trunk/uimafit-maven-plugin/pom.xml

Author: rec
Date: Sun May 24 00:41:56 2015
New Revision: 1681408

URL: http://svn.apache.org/r1681408
Log:
[UIMA-4300] Java 8 support in maven-uimafit-plugin	

Modified:
    uima/uimafit/trunk/uimafit-maven-plugin/pom.xml

Modified: uima/uimafit/trunk/uimafit-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimafit/trunk/uimafit-maven-plugin/pom.xml?rev=1681408&r1=1681407&r2=1681408&view=diff
==============================================================================
--- uima/uimafit/trunk/uimafit-maven-plugin/pom.xml (original)
+++ uima/uimafit/trunk/uimafit-maven-plugin/pom.xml Sun May 24 00:41:56 2015
@@ -61,9 +61,7 @@
 		<dependency>
 			<groupId>org.javassist</groupId>
 			<artifactId>javassist</artifactId>
-			<version>3.16.1-GA</version>
-			<!-- 3.16.1-GA appears to be the last Java 5 version, see also
-				https://issues.apache.org/jira/browse/OGNL-230 -->
+			<version>3.19.0-GA</version>
 		</dependency>
 
 		<!-- Dependencies on the Maven Plugin API and friends -->