Author: shameera
Date: Thu Jul  9 04:57:18 2015
New Revision: 1689985

URL: http://svn.apache.org/r1689985
Log:
Applied patch for AXIS2-5706

Modified:
    axis/axis2/java/core/trunk/modules/webapp/pom.xml

Modified: axis/axis2/java/core/trunk/modules/webapp/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/webapp/pom.xml?rev=1689985&r1=1689984&r2=1689985&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/webapp/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/webapp/pom.xml Thu Jul  9 04:57:18 2015
@@ -209,9 +209,9 @@
             </plugin>
             <plugin>
                 <!-- Compile the JSPs so that syntax errors are detected 
during the build. -->
-                <groupId>org.mortbay.jetty</groupId>
-                <artifactId>maven-jetty-jspc-plugin</artifactId>
-                <version>6.1.26</version>
+               <groupId>org.mortbay.jetty</groupId>
+               <artifactId>jetty-jspc-maven-plugin</artifactId>
+               <version>8.1.16.v20140903</version>
                 <executions>
                     <execution>
                         <goals>


Reply via email to