This is an automated email from the ASF dual-hosted git repository.

martijnvisser pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-gcp-pubsub.git

commit 4a0b15614a3f07450c112abd56573ceab9213d12
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 16:18:43 2023 +0200

    [hotfix] Remove `archunit` to avoid issues with the weekly builds, given 
that the version of Archunit can differ between Flink versions. Instead, it 
will rely on `flink-architecture-tests-test` dependencies.
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 58a6dc2..1c5dba3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,6 @@ under the License.
 
                <junit5.version>5.9.1</junit5.version>
                <assertj.version>3.23.1</assertj.version>
-               <archunit.version>0.22.0</archunit.version>
                <testcontainers.version>1.17.2</testcontainers.version>
                <mockito.version>3.4.6</mockito.version>
                <hamcrest.version>1.3</hamcrest.version>
@@ -253,20 +252,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>
-
                        <!-- For dependency convergence -->
                        <dependency>
                                <groupId>org.apache.commons</groupId>

Reply via email to