TyrantLucifer commented on code in PR #2569: URL: https://github.com/apache/incubator-seatunnel/pull/2569#discussion_r959281345
########## seatunnel-e2e/seatunnel-spark-connector-v2-e2e/src/test/java/org/apache/seatunnel/e2e/spark/v2/iotdb/FakeSourceToIoTDBIT.java: ########## @@ -17,7 +17,7 @@ package org.apache.seatunnel.e2e.spark.v2.iotdb; -import static org.awaitility.Awaitility.given; +import static org.testcontainers.shaded.org.awaitility.Awaitility.given; Review Comment:  It seems that I can not download this version dependency. I will try to exchange a another maven repo again. BTW, I see this test case use `org.testcontainers.shaded.org.awaitility.Awaitility.given`, should we unified this?  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
