This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git


The following commit(s) were added to refs/heads/master by this push:
     new ff68194  Add a few more default excludes
ff68194 is described below

commit ff6819437050bc2e4fa9974cece1b022998e4754
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 10 16:16:33 2021 +0000

    Add a few more default excludes
---
 src/main/java/org/apache/tomcat/jakartaee/Migration.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/org/apache/tomcat/jakartaee/Migration.java 
b/src/main/java/org/apache/tomcat/jakartaee/Migration.java
index e8c39b6..59d4600 100644
--- a/src/main/java/org/apache/tomcat/jakartaee/Migration.java
+++ b/src/main/java/org/apache/tomcat/jakartaee/Migration.java
@@ -67,6 +67,10 @@ public class Migration {
         // Bouncy Castle JCE provider
         DEFAULT_EXCLUDES.add("bcprov*.jar");
         DEFAULT_EXCLUDES.add("bcpkix*.jar");
+        // Closure compiler
+        DEFAULT_EXCLUDES.add("closure-compiler-*.jar");
+        // Eclipse compiler for Java
+        DEFAULT_EXCLUDES.add("ecj-*.jar");
         // Hystrix
         DEFAULT_EXCLUDES.add("hystrix-core-*.jar");
         DEFAULT_EXCLUDES.add("hystrix-serialization-*.jar");


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

Reply via email to