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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to