This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 48caf0646efb0bcecc2a740c5819a7c1a6ee3110 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Tue Jan 14 17:30:28 2020 +0000 Removing exclusions which is no longer required --- parent/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index e8269db..f5727a8 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1267,12 +1267,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>
