Author: pauls
Date: Fri Jul 14 13:22:27 2017
New Revision: 1801959
URL: http://svn.apache.org/viewvc?rev=1801959&view=rev
Log:
SLING-7001: Update to Apache Johnzon 1.1.1 and to javax.json.* 1.1
Modified:
sling/trunk/bundles/commons/johnzon/pom.xml
Modified: sling/trunk/bundles/commons/johnzon/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/johnzon/pom.xml?rev=1801959&r1=1801958&r2=1801959&view=diff
==============================================================================
--- sling/trunk/bundles/commons/johnzon/pom.xml (original)
+++ sling/trunk/bundles/commons/johnzon/pom.xml Fri Jul 14 13:22:27 2017
@@ -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>