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

icodening pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-benchmark.git


The following commit(s) were added to refs/heads/master by this push:
     new a108bc5  remove fastjson2 version to fix NPE (#46)
a108bc5 is described below

commit a108bc53ffaa860387982879f2ac0930e8901ae2
Author: icodening <[email protected]>
AuthorDate: Wed Mar 13 00:50:44 2024 +0800

    remove fastjson2 version to fix NPE (#46)
---
 dubbo-fastjson2-client/pom.xml | 1 -
 dubbo-fastjson2-server/pom.xml | 1 -
 2 files changed, 2 deletions(-)

diff --git a/dubbo-fastjson2-client/pom.xml b/dubbo-fastjson2-client/pom.xml
index 04b65d1..b8c9854 100644
--- a/dubbo-fastjson2-client/pom.xml
+++ b/dubbo-fastjson2-client/pom.xml
@@ -20,7 +20,6 @@
         <dependency>
             <groupId>com.alibaba.fastjson2</groupId>
             <artifactId>fastjson2</artifactId>
-            <version>2.0.14</version>
         </dependency>
     </dependencies>
     <build>
diff --git a/dubbo-fastjson2-server/pom.xml b/dubbo-fastjson2-server/pom.xml
index fd9c473..a859fee 100644
--- a/dubbo-fastjson2-server/pom.xml
+++ b/dubbo-fastjson2-server/pom.xml
@@ -20,7 +20,6 @@
         <dependency>
             <groupId>com.alibaba.fastjson2</groupId>
             <artifactId>fastjson2</artifactId>
-            <version>2.0.14</version>
         </dependency>
     </dependencies>
     <build>

Reply via email to