[KYUUBI #1416] Refine jline dependency

### _Why are the changes needed?_
Follows on #1413.

### _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.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request

Closes #1416 from murong00/branch-1415.

Closes #1416

05335c45 [sunfangbin] Refine jline dependency

Authored-by: sunfangbin <sunfangbin@cmss.chinamobile.com>
Signed-off-by: Cheng Pan <chengpan@apache.org>
This commit is contained in:
sunfangbin 2021-11-19 10:40:40 +08:00 committed by Cheng Pan
parent fb8bf49dbc
commit e54fabab68
No known key found for this signature in database
GPG Key ID: 8001952629BCC75D
2 changed files with 13 additions and 7 deletions

View File

@ -97,13 +97,6 @@
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>${jline.version}</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<!-- default package with log4j -->

13
pom.xml
View File

@ -875,6 +875,19 @@
<version>${javax-activation.version}</version>
</dependency>
<!-- Zookeeper Cli required -->
<dependency>
<groupId>jline</groupId>
<artifactId>jline</artifactId>
<version>${jline.version}</version>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.github.scopt</groupId>
<artifactId>scopt_${scala.binary.version}</artifactId>