This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicemix-bundles.git The following commit(s) were added to refs/heads/master by this push: new 68507d4 [SM-4181] Create OSGi bundles for Fastjson 1.2.61 68507d4 is described below commit 68507d46721b862f66d089f2b7e6e39aded75e4b Author: Andrea Cosentino AuthorDate: Sun Sep 22 12:38:34 2019 +0200 [SM-4181] Create OSGi bundles for Fastjson 1.2.61 --- {fastjson-1.2.59 => fastjson-1.2.61}/pom.xml | 4 ++-- .../src/main/resources/OSGI-INF/bundle.info | 0 pom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fastjson-1.2.59/pom.xml b/fastjson-1.2.61/pom.xml similarity index 98% rename from fastjson-1.2.59/pom.xml rename to fastjson-1.2.61/pom.xml index 6e7be87..61b120e 100644 --- a/fastjson-1.2.59/pom.xml +++ b/fastjson-1.2.61/pom.xml @@ -30,7 +30,7 @@ org.apache.servicemix.bundles org.apache.servicemix.bundles.fastjson - 1.2.59_2-SNAPSHOT + 1.2.61_1-SNAPSHOT bundle Apache ServiceMix :: Bundles :: ${pkgArtifactId} This OSGi bundle wraps ${pkgArtifactId} ${pkgVersion} jar file. @@ -45,7 +45,7 @@ com.alibaba fastjson - 1.2.59 + 1.2.61 com.alibaba.fastjson*;version=1.2.59;-split-package:=merge-first diff --git a/fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info b/fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info similarity index 100% rename from fastjson-1.2.59/src/main/resources/OSGI-INF/bundle.info rename to fastjson-1.2.61/src/main/resources/OSGI-INF/bundle.info diff --git a/pom.xml b/pom.xml index 632e0e5..b806221 100644 --- a/pom.xml +++ b/pom.xml @@ -52,6 +52,7 @@ spring-security-core-4.2.13.RELEASE elasticsearch-client-6.1.1 elasticsearch-6.1.1 + fastjson-1.2.61