Repository: johnzon Updated Branches: refs/heads/master adf8b6e8f -> 6518fdfe4
JOHNZON-129 thanks to James Carman for this patch, jaxrs being optional in jsonb module Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/6518fdfe Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/6518fdfe Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/6518fdfe Branch: refs/heads/master Commit: 6518fdfe41d10e900b3848b0bf170c582bd5c6ec Parents: adf8b6e Author: rmannibucau <[email protected]> Authored: Sat Jun 24 14:36:02 2017 +0200 Committer: rmannibucau <[email protected]> Committed: Sat Jun 24 14:36:02 2017 +0200 ---------------------------------------------------------------------- johnzon-jsonb/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/6518fdfe/johnzon-jsonb/pom.xml ---------------------------------------------------------------------- diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml index 42cd5f6..eb23a12 100644 --- a/johnzon-jsonb/pom.xml +++ b/johnzon-jsonb/pom.xml @@ -40,6 +40,7 @@ <artifactId>geronimo-jaxrs_2.0_spec</artifactId> <version>1.0-alpha-1</version> <scope>provided</scope> + <optional>true</optional> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>
