You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ji...@apache.org on 2023/12/04 07:25:32 UTC

(flink) 03/07: [hotfix][connector-files][test] fix ArchUnit typo in pom

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

jingge pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git

commit 7d2e84f2e0da3098cfbb4df4f3e3478a305e5b6c
Author: jingge <ge...@gmail.com>
AuthorDate: Fri Dec 1 05:12:42 2023 +0100

    [hotfix][connector-files][test] fix ArchUnit typo in pom
---
 flink-connectors/flink-connector-files/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-connectors/flink-connector-files/pom.xml b/flink-connectors/flink-connector-files/pom.xml
index 28dcd01649a..36a17f3b37d 100644
--- a/flink-connectors/flink-connector-files/pom.xml
+++ b/flink-connectors/flink-connector-files/pom.xml
@@ -128,7 +128,7 @@ under the License.
 			<scope>test</scope>
 		</dependency>
 
-		<!-- ArchUit test dependencies -->
+		<!-- ArchUnit test dependencies -->
 
 		<dependency>
 			<groupId>org.apache.flink</groupId>