You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by ch...@apache.org on 2014/11/25 17:00:10 UTC

svn commit: r1641642 - /ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml

Author: chenpei
Date: Tue Nov 25 16:00:10 2014
New Revision: 1641642

URL: http://svn.apache.org/r1641642
Log:
#CTAKES-337 updgrade jsp-api version to avoid class conflict. #CTAKES-334 fix getter. (FROM TRUNK)

Modified:
    ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml

Modified: ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml?rev=1641642&r1=1641641&r2=1641642&view=diff
==============================================================================
--- ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml (original)
+++ ctakes/branches/ctakes-3.2.1/ctakes-ytex-web/pom.xml Tue Nov 25 16:00:10 2014
@@ -100,7 +100,7 @@
 		<dependency>
 			<groupId>javax.servlet.jsp</groupId>
 			<artifactId>jsp-api</artifactId>
-			<version>2.1</version>
+			<version>2.2</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>