This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-opensearch.git
The following commit(s) were added to refs/heads/main by this push:
new a056972 [FLINK-31697] OpenSearch nightly CI failure (#15)
a056972 is described below
commit a0569724ae41ff663a6ffcb07385f223d03f202e
Author: Andriy Redko <[email protected]>
AuthorDate: Mon Apr 3 13:01:02 2023 -0400
[FLINK-31697] OpenSearch nightly CI failure (#15)
Signed-off-by: Andriy Redko <[email protected]>
---
pom.xml | 15 ---------------
1 file changed, 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 015f2d7..fc83e2e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,6 @@ under the License.
<jackson-bom.version>2.13.4.20221013</jackson-bom.version>
<junit5.version>5.8.1</junit5.version>
<assertj.version>3.21.0</assertj.version>
- <archunit.version>0.22.0</archunit.version>
<testcontainers.version>1.17.2</testcontainers.version>
<mockito.version>2.21.0</mockito.version>
@@ -333,20 +332,6 @@ under the License.
<scope>import</scope>
</dependency>
- <dependency>
- <groupId>com.tngtech.archunit</groupId>
- <artifactId>archunit</artifactId>
- <version>${archunit.version}</version>
- <scope>test</scope>
- </dependency>
-
- <dependency>
- <groupId>com.tngtech.archunit</groupId>
- <artifactId>archunit-junit5</artifactId>
- <version>${archunit.version}</version>
- <scope>test</scope>
- </dependency>
-
<dependency>
<groupId>org.opensearch</groupId>
<artifactId>opensearch-testcontainers</artifactId>