This is an automated email from the ASF dual-hosted git repository. jgallimore pushed a commit to branch tomee-7.0.x in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ef739785deb5de1279bc3a5905c4c6bed02f8de5 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 4f16881..17a3a78 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>
