You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tubemq.apache.org by go...@apache.org on 2020/07/03 02:53:53 UTC

[incubator-tubemq] branch tubemq-client-cpp updated: [TUBEMQ-266] Add open-source-parsers/jsoncpp as submodule (#178)

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

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


The following commit(s) were added to refs/heads/tubemq-client-cpp by this push:
     new 40332e3  [TUBEMQ-266] Add open-source-parsers/jsoncpp as submodule (#178)
40332e3 is described below

commit 40332e3dbec3cde5a70b8c04646efe6ad4c48d53
Author: Guangxu Cheng <gx...@apache.org>
AuthorDate: Fri Jul 3 10:53:45 2020 +0800

    [TUBEMQ-266] Add open-source-parsers/jsoncpp as submodule (#178)
    
    Co-authored-by: delvintang <de...@tencent.com>
---
 .gitmodules                                               | 4 ++++
 pom.xml                                                   | 2 ++
 tubemq-client-twins/tubemq-client-cpp/.gitmodules         | 3 ---
 tubemq-client-twins/tubemq-client-cpp/third_party/jsoncpp | 1 +
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..8fe4061
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,4 @@
+[submodule "tubemq-client-twins/tubemq-client-cpp/third_party/jsoncpp"]
+	path = tubemq-client-twins/tubemq-client-cpp/third_party/jsoncpp
+	url = https://github.com/open-source-parsers/jsoncpp
+	tag = 1.9.3
diff --git a/pom.xml b/pom.xml
index df2955b..73b3b22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,6 +261,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/jsoncpp b/tubemq-client-twins/tubemq-client-cpp/third_party/jsoncpp
new file mode 160000
index 0000000..6aba23f
--- /dev/null
+++ b/tubemq-client-twins/tubemq-client-cpp/third_party/jsoncpp
@@ -0,0 +1 @@
+Subproject commit 6aba23f4a8628d599a9ef7fa4811c4ff6e4070e2