Added org.glassfish.jersey.core to pom.xml file for hdfs intepretor

This commit is contained in:
Tom Runyon 2016-02-25 22:22:18 -05:00
parent 27e04384eb
commit 797fd29dad

View file

@ -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>