You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2020/01/14 19:39:19 UTC

[cxf] 02/03: Removing exclusions which is no longer required

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

coheigea pushed a commit to branch 3.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit cdc0942717bda3ebd965464199ef175d6271e05f
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Jan 14 17:30:28 2020 +0000

    Removing exclusions which is no longer required
    
    (cherry picked from commit 48caf0646efb0bcecc2a740c5819a7c1a6ee3110)
---
 parent/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 63ee9da..29c1840 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -1260,12 +1260,6 @@
                 <groupId>org.apache.cxf.xjc-utils</groupId>
                 <artifactId>cxf-xjc-runtime</artifactId>
                 <version>${cxf.xjc-utils.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>javax.xml.bind</groupId>
-                        <artifactId>jaxb-api</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             
             <dependency>