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

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


The following commit(s) were added to refs/heads/master by this push:
     new a8852a6  Fix new shade plugin warnings
a8852a6 is described below

commit a8852a6fa609d7353d9701ffaa331174f63e7330
Author: remm <r...@apache.org>
AuthorDate: Thu Sep 24 16:02:58 2020 +0200

    Fix new shade plugin warnings
---
 modules/cxf/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/cxf/pom.xml b/modules/cxf/pom.xml
index aa869ad..495ec6b 100644
--- a/modules/cxf/pom.xml
+++ b/modules/cxf/pom.xml
@@ -125,6 +125,7 @@
                                            <artifactSet>
                                 <excludes>
                                     <!-- Already present in Tomcat or in the 
CDI bundle -->
+                                    <exclude>jakarta.activation:*</exclude>
                                     
<exclude>jakarta.annotation:jakarta.annotation-api</exclude>
                                                                        
<exclude>jakarta.el:*</exclude>
                                                                        
<exclude>jakarta.enterprise:jakarta.enterprise.cdi-api</exclude>
@@ -152,6 +153,7 @@
                                                                                
<exclude>META-INF/NOTICE.txt</exclude>
                                                                                
<exclude>META-INF/NOTICE</exclude>
                                                                                
<!-- Unneeded configuration files -->
+                                        <exclude>module-info.class</exclude>
                                                                                
<exclude>META-INF/cxf/cxf.*</exclude>
                                                                                
<exclude>META-INF/cxf/cxf-servlet.*</exclude>
                                                                                
<exclude>META-INF/cxf/org.apache.cxf.bus.factory</exclude>


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

Reply via email to