terrymanu commented on a change in pull request #7517:
URL: https://github.com/apache/shardingsphere/pull/7517#discussion_r491437232



##########
File path: shardingsphere-proxy/shardingsphere-proxy-bootstrap/pom.xml
##########
@@ -88,6 +88,13 @@
             <artifactId>shardingsphere-tracing-opentracing</artifactId>
             <version>${project.version}</version>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+            <version>3.10</version>
+            <scope>test</scope>
+        </dependency>

Review comment:
       Please do not add dependency for test only.
   It is better to discuss of adding new dependency before do it.




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

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


Reply via email to