From b9c90f674f20e0104747dc2f9797b91a25adda20 Mon Sep 17 00:00:00 2001 From: Cheng Pan <379377944@qq.com> Date: Sat, 24 Apr 2021 02:00:45 +0800 Subject: [PATCH] [KYUUBI #575] [TEST] [DEPS] Pin scala-reflect to avoid potential conflicts ### _Why are the changes needed?_ There is transitive dependency `scala-reflect` 2.12.13 from `scalatest` in test scope, we'd better to pin version align with `scala-library` to avoid potential conflicts. ### _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 - [ ] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #575 from pan3793/scala-reflect. Closes #575 b6019f7 [Cheng Pan] [TEST] [DEPS] Pin scala-reflect to avoid potential conflicts Authored-by: Cheng Pan <379377944@qq.com> Signed-off-by: Kent Yao --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 0dfdeae7b..8a5d3d6a9 100644 --- a/pom.xml +++ b/pom.xml @@ -210,6 +210,12 @@ ${scala.version} + + org.scala-lang + scala-reflect + ${scala.version} + + org.apache.hadoop hadoop-client-api