Repository: johnzon Updated Branches: refs/heads/master 4e0370e99 -> 3c28e3501
also add information about spec APIs for Johnzon-1.0.x Project: http://git-wip-us.apache.org/repos/asf/johnzon/repo Commit: http://git-wip-us.apache.org/repos/asf/johnzon/commit/3c28e350 Tree: http://git-wip-us.apache.org/repos/asf/johnzon/tree/3c28e350 Diff: http://git-wip-us.apache.org/repos/asf/johnzon/diff/3c28e350 Branch: refs/heads/master Commit: 3c28e350141d12a0bac3f7ceaf66352261caca5d Parents: 4e0370e Author: Mark Struberg <[email protected]> Authored: Tue May 8 13:58:36 2018 +0200 Committer: Mark Struberg <[email protected]> Committed: Tue May 8 13:58:36 2018 +0200 ---------------------------------------------------------------------- src/site/markdown/download.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/johnzon/blob/3c28e350/src/site/markdown/download.md ---------------------------------------------------------------------- diff --git a/src/site/markdown/download.md b/src/site/markdown/download.md index 7085e07..036cdaf 100644 --- a/src/site/markdown/download.md +++ b/src/site/markdown/download.md @@ -76,7 +76,7 @@ Should you want to build any of the above binaries, this source bundle is the ri ### Maven Dependencies -#### APIs for Johnzon-1.1.x +#### APIs for Johnzon-1.1.x (JavaEE 8) <dependency> <groupId>org.apache.geronimo.specs</groupId> @@ -90,4 +90,18 @@ Should you want to build any of the above binaries, this source bundle is the ri <version>1.0</version> </dependency> -Note that you should set the seope of those dependencies to either `provided` or `compile` depending on whether your environment already provide them or not. +#### APIs for Johnzon-1.0.x (JavaEE 7) + + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-json_1.0_spec</artifactId> + <version>1.0-alpha-1</version> + </dependency> + + <dependency> + <groupId>org.apache.geronimo.specs</groupId> + <artifactId>geronimo-jsonb_1.0_spec</artifactId> + <version>1.0</version> + </dependency> + +Note that you should set the scope of those dependencies to either `provided` or `compile` depending on whether your environment already provide them or not.
