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 6f9303c  add old json-api coordinates to banned dependencies (Jakarta 
dependency should be used instead)
6f9303c is described below

commit 6f9303c1e94800ac453cc10e5268024fd2831418
Author: Dennis Kieselhorst <d...@apache.org>
AuthorDate: Sun Apr 12 15:36:21 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 9a098a5..be98bdc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -686,6 +686,8 @@
                                     
<exclude>javax.annotation:javax.annotation-api</exclude>
                                     
<!--<exclude>javax.validation:validation-api</exclude>-->
                                     
<exclude>javax.servlet:servlet-api</exclude>
+                                    
<exclude>javax.json:javax.json-api</exclude>
+                                    
<!--<exclude>javax.el:javax.el-api</exclude>-->
                                 </excludes>
                             </bannedDependencies>
                         </rules>

Reply via email to