kezhenxu94 commented on a change in pull request #7634:
URL: https://github.com/apache/skywalking/pull/7634#discussion_r702418938
##########
File path: oap-server/server-configuration/configuration-apollo/pom.xml
##########
@@ -54,6 +54,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>org.apache.httpcomponents</groupId>
+ <artifactId>httpclient</artifactId>
+ <scope>test</scope>
+ </dependency>
Review comment:
> Why do we need to add a test dependency but no code(test code) change?
This dependency was brought by ElasticSearch HLRC in `library-client` (as
runtime dependency), since ES HLRC is removed, we have to add it explicitly,
the same for other modules dependencies.
--
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]