File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments