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 d33d4093bed742480350f8d67f146257b7e1624c Author: jingge <[email protected]> AuthorDate: Wed Nov 29 07:26:42 2023 +0100 [hotfix][json][test] fix typo --- flink-formats/flink-json/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flink-formats/flink-json/pom.xml b/flink-formats/flink-json/pom.xml index 83a5c341335..894712ead27 100644 --- a/flink-formats/flink-json/pom.xml +++ b/flink-formats/flink-json/pom.xml @@ -137,7 +137,7 @@ under the License. <scope>test</scope> </dependency> - <!-- ArchUit test dependencies --> + <!-- ArchUnit test dependencies --> <dependency> <groupId>org.apache.flink</groupId>
