SLING-7001: Update to Apache Johnzon 1.1.1 and to javax.json.* 1.1

git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/johnzon@1801959 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ee4e654..5bf91d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,6 +39,7 @@
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
+                    <skip>true</skip>
                     <instructions>
                         <Export-Package>
                             javax.json.*;-split-package:=first
@@ -62,13 +63,13 @@
     <dependencies>
             <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>
         </dependency>
         <dependency>
             <groupId>org.apache.johnzon</groupId>
             <artifactId>johnzon-core</artifactId>
-            <version>1.1.0</version>
+            <version>1.1.1</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>