gosonzhang commented on code in PR #8835:
URL: https://github.com/apache/inlong/pull/8835#discussion_r1315579755


##########
licenses/inlong-tubemq-server/licenses/LICENSE-jcommander.txt:
##########


Review Comment:
   The dependent package's name, version, and other information need to be 
registered in the LICENSE index, see 
:https://github.com/apache/inlong/blob/master/licenses/inlong-tubemq-server/LICENSE#L419



##########
inlong-tubemq/tubemq-server/pom.xml:
##########
@@ -187,6 +187,11 @@
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>com.beust</groupId>
+            <artifactId>jcommander</artifactId>
+            <version>${jcommander.version}</version>

Review Comment:
   The corresponding version number can be omitted here.
   
   This dependency package has been defined in the main pom file and only needs 
to be quoted here. 



-- 
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]

Reply via email to