You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by al...@apache.org on 2022/11/08 12:46:14 UTC

[dubbo-samples] branch master updated: Add fastjson gav (#567)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 127a8119 Add fastjson gav (#567)
127a8119 is described below

commit 127a81197a8aa7cd03f851b44ece80d6cd1f2133
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Tue Nov 8 20:46:09 2022 +0800

    Add fastjson gav (#567)
---
 dubbo-samples-metrics/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dubbo-samples-metrics/pom.xml b/dubbo-samples-metrics/pom.xml
index 4444f041..7db5e968 100644
--- a/dubbo-samples-metrics/pom.xml
+++ b/dubbo-samples-metrics/pom.xml
@@ -90,6 +90,12 @@
             <artifactId>spring-test</artifactId>
             <scope>test</scope>
         </dependency>
+
+        <dependency>
+            <groupId>com.alibaba</groupId>
+            <artifactId>fastjson</artifactId>
+            <version>1.2.83_noneautotype</version>
+        </dependency>
     </dependencies>
 
     <profiles>


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org