This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new 64dc16b [IOTDB-927] Remove fastjson introduced by rocketmq (#1782)
64dc16b is described below
commit 64dc16bb7ef26b9acb021d0eca5e6c4ad246a437
Author: Qi Yu <[email protected]>
AuthorDate: Wed Oct 21 21:05:05 2020 +0800
[IOTDB-927] Remove fastjson introduced by rocketmq (#1782)
---
example/rocketmq/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/example/rocketmq/pom.xml b/example/rocketmq/pom.xml
index c5c8dff..1384b0d 100644
--- a/example/rocketmq/pom.xml
+++ b/example/rocketmq/pom.xml
@@ -39,6 +39,12 @@
<dependency>
<groupId>org.apache.rocketmq</groupId>
<artifactId>rocketmq-client</artifactId>
+ <exclusions>
+ <exclusion>
+ <artifactId>fastjson</artifactId>
+ <groupId>com.alibaba</groupId>
+ </exclusion>
+ </exclusions>
</dependency>
</dependencies>
</project>