File tree Expand file tree Collapse file tree 3 files changed +0
-13
lines changed
src/test/java/com/wepay/kafka/connect/bigquery Expand file tree Collapse file tree 3 files changed +0
-13
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 >
5449 <dependency >
5550 <groupId >org.apache.kafka</groupId >
5651 <artifactId >connect-api</artifactId >
Original file line number Diff line number Diff line change 5858import com .wepay .kafka .connect .bigquery .write .storage .StorageWriteApiBase ;
5959import com .wepay .kafka .connect .bigquery .write .storage .StorageWriteApiDefaultStream ;
6060import java .net .SocketTimeoutException ;
61- import java .time .Duration ;
6261import java .util .Arrays ;
6362import java .util .Collections ;
6463import java .util .Map ;
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>
7372 </properties >
7473
7574 <name >kafka-connect-bigquery-parent</name >
150149
151150 <dependencyManagement >
152151 <dependencies >
153- <dependency >
154- <groupId >org.awaitility</groupId >
155- <artifactId >awaitility</artifactId >
156- <version >${awaitility.version} </version >
157- <scope >test</scope >
158- </dependency >
159152 <dependency >
160153 <groupId >com.google.cloud</groupId >
161154 <artifactId >libraries-bom</artifactId >
You can’t perform that action at this time.
0 commit comments