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

svn commit: r1641625 - /ctakes/trunk/ctakes-ytex-web/pom.xml

Author: vjapache
Date: Tue Nov 25 14:36:24 2014
New Revision: 1641625

URL: http://svn.apache.org/r1641625
Log:
#CTAKES-337 updgrade jsp-api version to avoid class conflict

Modified:
    ctakes/trunk/ctakes-ytex-web/pom.xml

Modified: ctakes/trunk/ctakes-ytex-web/pom.xml
URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-ytex-web/pom.xml?rev=1641625&r1=1641624&r2=1641625&view=diff
==============================================================================
--- ctakes/trunk/ctakes-ytex-web/pom.xml (original)
+++ ctakes/trunk/ctakes-ytex-web/pom.xml Tue Nov 25 14:36:24 2014
@@ -102,7 +102,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>