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

penghui pushed a commit to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 757c121f6e2a31a040038d39576d244e4b3f28f2
Author: ZhangJian He <[email protected]>
AuthorDate: Wed Nov 10 20:44:58 2021 +0800

    Some depdency in integration tests scope should be test (#12696)
    
    (cherry picked from commit b27a7169e8538430b8b31fe39e2615a8236be436)
---
 tests/integration/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/integration/pom.xml b/tests/integration/pom.xml
index bfaa069..dcbaa8f 100644
--- a/tests/integration/pom.xml
+++ b/tests/integration/pom.xml
@@ -148,12 +148,14 @@
     <dependency>
          <groupId>org.elasticsearch.client</groupId>
          <artifactId>elasticsearch-rest-high-level-client</artifactId>
+      <scope>test</scope>
        </dependency>
 
     <dependency>
       <groupId>com.rabbitmq</groupId>
       <artifactId>amqp-client</artifactId>
       <version>${rabbitmq-client.version}</version>
+      <scope>test</scope>
     </dependency>
 
     <dependency>

Reply via email to