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-rabbitmq.git


The following commit(s) were added to refs/heads/main by this push:
     new ab920cb  [FLINK-31701][Connector/RabbitMQ] Remove versioned dependency 
on Archunit
ab920cb is described below

commit ab920cbdfec51be108508e2f09a1cd9cd3bf4f4c
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Apr 4 14:12:13 2023 +0200

    [FLINK-31701][Connector/RabbitMQ] Remove versioned dependency on Archunit
---
 pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fbeb3a7..afb65b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,6 @@ under the License.
 
         <junit5.version>5.9.1</junit5.version>
         <assertj.version>3.23.1</assertj.version>
-        <archunit.version>1.0.0</archunit.version>
         <testcontainers.version>1.17.2</testcontainers.version>
         <mockito.version>3.4.6</mockito.version>
         <hamcrest.version>1.3</hamcrest.version>
@@ -246,14 +245,12 @@ under the License.
             <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>
 

Reply via email to