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

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


The following commit(s) were added to refs/heads/master by this push:
     new b5d0c54  add old servlet-api coordinates to banned dependencies 
(Jakarta dependency should be used instead)
b5d0c54 is described below

commit b5d0c54ed4f8d647e2094807f54470ada0e11c99
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Sun Apr 12 11:55:59 2020 +0200

    add old servlet-api coordinates to banned dependencies (Jakarta dependency 
should be used instead)
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 1651b62..9a098a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -685,6 +685,7 @@
                                     
<exclude>com.sun.activation:javax.activation</exclude>
                                     
<exclude>javax.annotation:javax.annotation-api</exclude>
                                     
<!--<exclude>javax.validation:validation-api</exclude>-->
+                                    
<exclude>javax.servlet:servlet-api</exclude>
                                 </excludes>
                             </bannedDependencies>
                         </rules>

Reply via email to