This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-7.1.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit 608eed2e8edc7c2b6b54666dcb83d9f9df762ac7 Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Aug 13 20:51:00 2019 +0100 Fix compile error --- server/openejb-cxf/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index a73f601..b266650 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -127,10 +127,6 @@ <type>pom</type> </dependency> <dependency> - <groupId>com.sun.xml.bind</groupId> - <artifactId>jaxb-core</artifactId> - </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version>
