You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by gx...@apache.org on 2020/09/15 11:46:30 UTC

[incubator-tubemq] 14/50: [TUBEMQ-266] Add Tencent/rapidjson as submodule

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

gxcheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git

commit 28d5ec35902007f559b674d9b4510871880ce405
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Fri Jul 3 21:41:55 2020 +0800

    [TUBEMQ-266] Add Tencent/rapidjson as submodule
---
 .gitmodules                                                 | 4 ++++
 pom.xml                                                     | 2 ++
 tubemq-client-twins/tubemq-client-cpp/.gitmodules           | 3 ---
 tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson | 1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..417049c
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson"]
+	path = tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson
+	url = https://github.com/Tencent/rapidjson.git
+	tag = v1.1.0
diff --git a/pom.xml b/pom.xml
index afcdb83..296ce8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -264,6 +264,8 @@
                         <exclude>resources/assets/lib/**</exclude>
                         <exclude>resources/assets/public/**</exclude>
                         <exclude>DISCLAIMER-WIP</exclude>
+
+                        <exclude>**/tubemq-client-twins/tubemq-client-cpp/third_party/**</exclude>
                     </excludes>
                 </configuration>
             </plugin>
diff --git a/tubemq-client-twins/tubemq-client-cpp/.gitmodules b/tubemq-client-twins/tubemq-client-cpp/.gitmodules
deleted file mode 100644
index b9a6c24..0000000
--- a/tubemq-client-twins/tubemq-client-cpp/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "third_party/jsoncpp"]
-	path = third_party/jsoncpp
-	url = https://github.com/open-source-parsers/jsoncpp.git
diff --git a/tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson b/tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson
new file mode 160000
index 0000000..f54b0e4
--- /dev/null
+++ b/tubemq-client-twins/tubemq-client-cpp/third_party/rapidjson
@@ -0,0 +1 @@
+Subproject commit f54b0e47a08782a6131cc3d60f94d038fa6e0a51