You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by sh...@apache.org on 2022/12/21 07:21:45 UTC

[rocketmq-eventbridge] branch develop created (now fb1cb23)

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

shenlin pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git


      at fb1cb23  fix:change the fastjson version to 1.2.76.

This branch includes the following new commits:

     new fb1cb23  fix:change the fastjson version to 1.2.76.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[rocketmq-eventbridge] 01/01: fix:change the fastjson version to 1.2.76.

Posted by sh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

shenlin pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git

commit fb1cb23bbe16b47392856fe1c599393810102189
Author: 2011shenlin <20...@gmail.com>
AuthorDate: Wed Dec 21 15:18:47 2022 +0800

    fix:change the fastjson version to 1.2.76.
---
 pom.xml       | 2 +-
 start/pom.xml | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 932cf12..9245802 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
         <apache.commons-text.version>1.10.0</apache.commons-text.version>
         <mockito.version>2.13.0</mockito.version>
         <caffeine.version>2.9.3</caffeine.version>
-        <fastjson.version>2.0.2</fastjson.version>
+        <fastjson.version>1.2.76</fastjson.version>
         <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
         <maven-surefire-plugin.version>2.19.1</maven-surefire-plugin.version>
     </properties>
diff --git a/start/pom.xml b/start/pom.xml
index 55fabd1..c498c08 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -69,6 +69,10 @@
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-validation</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+        </dependency>
     </dependencies>
 
     <build>