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

albumenj pushed a commit to branch 1210-k8s
in repository https://gitbox.apache.org/repos/asf/dubbo-spi-extensions.git

commit fa735627e92b463fba5a9c55d6232d2a2e6d3eb6
Author: Albumen Kevin <jhq0...@gmail.com>
AuthorDate: Sun Dec 10 19:44:10 2023 +0800

    import awaitility
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index cd5d2dc..522f140 100644
--- a/pom.xml
+++ b/pom.xml
@@ -106,6 +106,7 @@
         <revision>1.0.5-SNAPSHOT</revision>
         <!-- Test libs -->
         <junit_jupiter_version>5.6.0</junit_jupiter_version>
+        <awaitility_version>4.2.0</awaitility_version>
         <hazelcast_version>3.11.1</hazelcast_version>
         <hamcrest_version>2.2</hamcrest_version>
         <hibernate_validator_version>5.2.4.Final</hibernate_validator_version>
@@ -186,6 +187,12 @@
             <version>${hamcrest_version}</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.awaitility</groupId>
+            <artifactId>awaitility</artifactId>
+            <version>${awaitility_version}</version>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>

Reply via email to