tomsun28 commented on code in PR #3474:
URL: https://github.com/apache/hertzbeat/pull/3474#discussion_r2154908937


##########
hertzbeat-collector/hertzbeat-collector-basic/pom.xml:
##########
@@ -139,11 +139,23 @@
             <version>${nacos-client.version}</version>
         </dependency>
         <!-- mqtt -->
-        <dependency>
-            <groupId>com.hivemq</groupId>
-            <artifactId>hivemq-mqtt-client</artifactId>
+        <!--        <dependency>-->
+        <!--            <groupId>com.hivemq</groupId>-->
+        <!--            <artifactId>hivemq-mqtt-client</artifactId>-->
+        <!--            <version>${mqtt.version}</version>-->
+        <!--        </dependency>-->
+        <!--        使用 paho mqtt client sdk-->
+        <dependency>
+            <groupId>org.eclipse.paho</groupId>
+            <artifactId>org.eclipse.paho.client.mqttv3</artifactId>
             <version>${mqtt.version}</version>
         </dependency>
+        <!--        证书 用来加密解密-->
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bcpkix-jdk15on</artifactId>
+            <version>1.68</version>
+        </dependency>

Review Comment:
   hi suggest remove the note if do not need, and use the english to code 
comment. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to