You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/03/27 11:14:20 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: SLING-8061 update to JSON 1.1 spec to avoid problems with johnzon 1.1

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 39894d6  SLING-8061 update to JSON 1.1 spec to avoid problems with johnzon 1.1
39894d6 is described below

commit 39894d65012cae58b71535f7c95dba0cf8015a2d
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Wed Mar 27 12:08:12 2019 +0100

    SLING-8061 update to JSON 1.1 spec to avoid problems with johnzon 1.1
---
 core/pom.xml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 816aa22..e2e711c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -213,16 +213,16 @@
         </dependency>
     
         <dependency>
-          <groupId>org.apache.geronimo.specs</groupId>
-          <artifactId>geronimo-atinject_1.0_spec</artifactId>
-          <version>1.0</version>
-          <scope>compile</scope>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-atinject_1.0_spec</artifactId>
+            <version>1.0</version>
+            <scope>compile</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-json_1.0_spec</artifactId>
-            <version>1.0-alpha-1</version>
+            <artifactId>geronimo-json_1.1_spec</artifactId>
+            <version>1.0</version>
             <scope>compile</scope>
         </dependency>