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 0108bbaf7217e06acb4ab16f10cd281a88f540a5 Author: Jonathan Gallimore <[email protected]> AuthorDate: Wed Aug 14 15:28:01 2019 +0100 Revert "Fix compile error" This reverts commit 608eed2e8edc7c2b6b54666dcb83d9f9df762ac7. --- 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 b266650..a73f601 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>
