You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2020/02/19 14:30:05 UTC

[tomcat] branch 9.0.x updated: Update bundles list

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

remm pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new a3be792  Update bundles list
a3be792 is described below

commit a3be792bbd502343bde354bf881ed6b1118f8a70
Author: remm <re...@apache.org>
AuthorDate: Wed Feb 19 15:27:42 2020 +0100

    Update bundles list
    
    Graal 20 seems to properly trace bundles now, so the list is "useless".
---
 res/tomcat-maven/pom.xml              | 2 --
 res/tomcat-maven/tomcat-resource.json | 2 --
 2 files changed, 4 deletions(-)

diff --git a/res/tomcat-maven/pom.xml b/res/tomcat-maven/pom.xml
index 7e6c174..46cf308 100644
--- a/res/tomcat-maven/pom.xml
+++ b/res/tomcat-maven/pom.xml
@@ -76,7 +76,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-                <version>3.5.1</version>
                 <configuration>
                     <source>1.8</source>
                     <target>1.8</target>
@@ -85,7 +84,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.0.0</version>
                 <executions>
                     <execution>
                         <phase>package</phase>
diff --git a/res/tomcat-maven/tomcat-resource.json b/res/tomcat-maven/tomcat-resource.json
index ad3b13e..7b541d1 100644
--- a/res/tomcat-maven/tomcat-resource.json
+++ b/res/tomcat-maven/tomcat-resource.json
@@ -24,7 +24,6 @@
     {"name":"org.apache.catalina.security.LocalStrings"},
     {"name":"org.apache.catalina.servlets.LocalStrings"},
     {"name":"org.apache.catalina.session.LocalStrings"},
-    {"name":"org.apache.catalina.ssi.LocalStrings"},
     {"name":"org.apache.catalina.startup.LocalStrings"},
     {"name":"org.apache.catalina.storeconfig.LocalStrings"},
     {"name":"org.apache.catalina.tribes.group.LocalStrings"},
@@ -62,7 +61,6 @@
     {"name":"org.apache.tomcat.util.descriptor.tld.LocalStrings"},
     {"name":"org.apache.tomcat.util.descriptor.web.LocalStrings"},
     {"name":"org.apache.tomcat.util.digester.LocalStrings"},
-    {"name":"org.apache.tomcat.util.file.LocalStrings"},
     {"name":"org.apache.tomcat.util.http.LocalStrings"},
     {"name":"org.apache.tomcat.util.http.parser.LocalStrings"},
     {"name":"org.apache.tomcat.util.json.LocalStrings"},


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