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

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

commit b667ad4c913447495f9ef91a2c72b3df1c3f80f9
Author: Martijn Visser <mvis...@confluent.io>
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.
    
    (cherry picked from commit 4a0b15614a3f07450c112abd56573ceab9213d12)
---
 pom.xml | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5390971..714aba0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@ under the License.
 
                <junit5.version>5.8.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>2.21.0</mockito.version>
                <hamcrest.version>1.3</hamcrest.version>
@@ -251,20 +250,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