This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch merge-with-upstream in repository https://gitbox.apache.org/repos/asf/cloudberry-pxf.git
commit 1f5c4badf700fd033551026cebfe6ac31483e093 Author: Alexander Denissov <[email protected]> AuthorDate: Tue Sep 6 15:03:16 2022 -0700 removed jsoup dependency and unused class from the automation code (#863) --- automation/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/automation/pom.xml b/automation/pom.xml index 38a05504..3e4c2ae7 100644 --- a/automation/pom.xml +++ b/automation/pom.xml @@ -231,12 +231,6 @@ <version>1.10.11</version> </dependency> - <dependency> - <groupId>org.awaitility</groupId> - <artifactId>awaitility</artifactId> - <version>4.2.0</version> - </dependency> - <!-- AWS Dependencies --> <dependency> <groupId>com.amazonaws</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
