Skip to content

Commit 1a85c16

Browse files
committed
working on stop() test
1 parent 217ccab commit 1a85c16

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

kcbq-connector/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
</properties>
4747

4848
<dependencies>
49+
<dependency>
50+
<groupId>org.awaitility</groupId>
51+
<artifactId>awaitility</artifactId>
52+
<scope>test</scope>
53+
</dependency>
4954
<dependency>
5055
<groupId>org.apache.kafka</groupId>
5156
<artifactId>connect-api</artifactId>

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969

7070
<main.dir>${project.basedir}</main.dir>
7171
<skip.unit.tests>${maven.test.skip}</skip.unit.tests>
72+
<awaitility.version>4.2.1</awaitility.version>
7273
</properties>
7374

7475
<name>kafka-connect-bigquery-parent</name>
@@ -149,6 +150,12 @@
149150

150151
<dependencyManagement>
151152
<dependencies>
153+
<dependency>
154+
<groupId>org.awaitility</groupId>
155+
<artifactId>awaitility</artifactId>
156+
<version>${awaitility.version}</version>
157+
<scope>test</scope>
158+
</dependency>
152159
<dependency>
153160
<groupId>com.google.cloud</groupId>
154161
<artifactId>libraries-bom</artifactId>

0 commit comments

Comments
 (0)