JSON API is part of the Java EE API jar, and this one is missing methods we use, so excluding it from the packaging here.
Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/c2e9b703 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/c2e9b703 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/c2e9b703 Branch: refs/heads/master Commit: c2e9b703d8188e4894fe6a554fee57b3d593679e Parents: a72e1f3 Author: Jonathan Gallimore <[email protected]> Authored: Mon Nov 26 14:45:26 2018 +0000 Committer: Roberto Cortez <[email protected]> Committed: Fri Dec 7 18:13:05 2018 +0000 ---------------------------------------------------------------------- tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee/blob/c2e9b703/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml index d5f1137..85fc803 100644 --- a/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml +++ b/tomee/tomee-microprofile/tomee-microprofile-webapp/pom.xml @@ -122,6 +122,12 @@ <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-mp-client</artifactId> <version>${microprofile.rest-client.impl.version}</version> + <exclusions> + <exclusion> + <groupId>javax.json</groupId> + <artifactId>javax.json-api</artifactId> + </exclusion> + </exclusions> </dependency> <dependency>
