Skip to content

Commit 098ae16

Browse files
gabry-labpan3793
authored andcommitted
[KYUUBI #2614] Add commons-io to beeline module since jdbc upgraded to 3.1.3
### Why are the changes needed? close #2614 add commons-io to beeline module since jdbc upgraded to 3.1.3 ### How was this patch tested? using existing UTs to test it Closes #2618 from gabrywu/beeline-3.1.3. Closes #2614 a907d59 [gabrywu] remove unnecessary exclusions 238aaee [gabrywu] add commons-io to beeline module since jdbc upgraded to 3.1.3 Authored-by: gabrywu <gabrywu@apache.org> Signed-off-by: Cheng Pan <chengpan@apache.org>
1 parent d3b9c77 commit 098ae16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kyuubi-hive-beeline/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@
7878
</exclusions>
7979
</dependency>
8080

81+
<dependency>
82+
<groupId>commons-io</groupId>
83+
<artifactId>commons-io</artifactId>
84+
</dependency>
85+
8186
<dependency>
8287
<groupId>jline</groupId>
8388
<artifactId>jline</artifactId>

0 commit comments

Comments
 (0)