mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Added org.glassfish.jersey.core to pom.xml file for hdfs intepretor
This commit is contained in:
parent
27e04384eb
commit
797fd29dad
1 changed files with 7 additions and 0 deletions
|
|
@ -56,6 +56,13 @@
|
|||
<artifactId>slf4j-log4j12</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.glassfish.jersey.core</groupId>
|
||||
<artifactId>jersey-common</artifactId>
|
||||
<version>2.22.2</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in a new issue