Author: markt
Date: Mon Aug  4 18:49:29 2014
New Revision: 1615727

URL: http://svn.apache.org/r1615727
Log:
Switch to an official JAR that provides the necessary Eclipse compiler classes. 
Make it optional so folks embedding Tomcat can use javac if they prefer.

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=1615727&r1=1615726&r2=1615727&view=diff
==============================================================================
--- tomcat/trunk/res/maven/tomcat-embed-jasper.pom (original)
+++ tomcat/trunk/res/maven/tomcat-embed-jasper.pom Mon Aug  4 18:49:29 2014
@@ -43,9 +43,10 @@
       <scope>compile</scope>
     </dependency>
     <dependency>
-      <groupId>org.eclipse.jdt.core.compiler</groupId>
-      <artifactId>ecj</artifactId>
-      <version>4.4</version>
+      <groupId>org.eclipse.tycho</groupId>
+      <artifactId>org.eclipse.jdt.core</artifactId>
+      <version>3.10.0.v20140604-1726</version>
+      <optional>true</optional>
     </dependency>
   </dependencies>
 </project>



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

Reply via email to