From 496d53ff1c0356b401b26e88f56c36148cdfcfc2 Mon Sep 17 00:00:00 2001 From: liangbowen Date: Mon, 9 Jan 2023 10:04:14 +0800 Subject: [PATCH] [KYUUBI #4109] [FOLLOWUP] Remove banCircularDependencies enforcer rule ### _Why are the changes needed?_ Remove banCircularDependencies enforcer rule, as : - the `banCircularDependencies` rule should not be introduced in #4109 as described - style violation with unexpanded empty tag in pom which fails maven build ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #4126 from bowenliang123/4109-followup. Closes #4109 953bcaf2 [liangbowen] remove banCircularDependencies rule Authored-by: liangbowen Signed-off-by: Cheng Pan --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index f8c21aa1de6..a46ae07731d 100644 --- a/pom.xml +++ b/pom.xml @@ -2171,7 +2171,6 @@ - ${java.version} test