Repository: johnzon Updated Branches: refs/heads/master 6518fdfe4 -> 59f8f7b75
JOHNZON-127 thanks to James Carman for this patch, cdi 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/59f8f7b7 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/59f8f7b7 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/59f8f7b7 Branch: refs/heads/master Commit: 59f8f7b754e6e6c0f79942a54a59f43071a4a922 Parents: 6518fdf Author: rmannibucau <[email protected]> Authored: Sat Jun 24 14:37:41 2017 +0200 Committer: rmannibucau <[email protected]> Committed: Sat Jun 24 14:37:41 2017 +0200 ---------------------------------------------------------------------- johnzon-jsonb/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/59f8f7b7/johnzon-jsonb/pom.xml ---------------------------------------------------------------------- diff --git a/johnzon-jsonb/pom.xml b/johnzon-jsonb/pom.xml index eb23a12..ad9ffc8 100644 --- a/johnzon-jsonb/pom.xml +++ b/johnzon-jsonb/pom.xml @@ -47,6 +47,7 @@ <artifactId>geronimo-jcdi_1.1_spec</artifactId> <version>1.0</version> <scope>provided</scope> + <optional>true</optional> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId>
