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 90dbea19d77ee80af6b740eafaf901e7d984e8eb Author: Jonathan Gallimore <[email protected]> AuthorDate: Tue Aug 13 21:31:01 2019 +0100 Revert "Fix compile error" This reverts commit ef739785deb5de1279bc3a5905c4c6bed02f8de5. --- server/openejb-cxf/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index 17a3a78..4f16881 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -127,6 +127,10 @@ <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>
