This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch revert-10780-antlr in repository https://gitbox.apache.org/repos/asf/doris.git
commit 807914fef35ee017a8140b3d20abb39fdee4609a Author: Mingyu Chen <morningman....@gmail.com> AuthorDate: Fri Jul 15 11:49:18 2022 +0800 Revert "[chore][nereids] Bump the version of antlr4 to 4.10.1 (#10780)" This reverts commit b4927a8f151c60357387302723fa808e523d17e3. --- fe/fe-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml index 6f3a6216d9..f5eda91bf7 100644 --- a/fe/fe-core/pom.xml +++ b/fe/fe-core/pom.xml @@ -33,7 +33,7 @@ under the License. <fe_ut_parallel>1</fe_ut_parallel> <doris.thirdparty>${basedir}/../../thirdparty</doris.thirdparty> <log4j2.version>2.17.2</log4j2.version> - <antlr4.version>4.10.1</antlr4.version> + <antlr4.version>4.9.3</antlr4.version> </properties> <profiles> <profile> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org