You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2014/08/08 21:23:22 UTC

svn commit: r1616855 - /tomcat/trunk/res/maven/tomcat-embed-jasper.pom

Author: markt
Date: Fri Aug  8 19:23:22 2014
New Revision: 1616855

URL: http://svn.apache.org/r1616855
Log:
After some testing and consideration of options, return to a non-optional dependency on the volunteer uploaded ECJ JAR. See https://wiki.apache.org/tomcat/JDTCoreBatchCompiler for more info

Modified:
    tomcat/trunk/res/maven/tomcat-embed-jasper.pom

Modified: tomcat/trunk/res/maven/tomcat-embed-jasper.pom
URL: http://svn.apache.org/viewvc/tomcat/trunk/res/maven/tomcat-embed-jasper.pom?rev=1616855&r1=1616854&r2=1616855&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-jasper.pom Fri Aug  8 19:23:22 2014
@@ -43,10 +43,9 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.tycho</groupId>
-      <artifactId>org.eclipse.jdt.core</artifactId>
-      <version>3.10.0.v20140604-1726</version>
-      <optional>true</optional>
+      <groupId>org.eclipse.jdt.core.compiler</groupId>
+      <artifactId>ecj</artifactId>
+      <version>4.4</version>
     </dependency>
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org