Skip to content

Instantly share code, notes, and snippets.

@wyukawa
Created January 30, 2017 11:06
Show Gist options
  • Save wyukawa/e2e05151860914cd921772bb702689aa to your computer and use it in GitHub Desktop.
Save wyukawa/e2e05151860914cd921772bb702689aa to your computer and use it in GitHub Desktop.
<!-- for webhdfs -->
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<version>1.19.3</version>
</dependency>
<!-- for webhdfs -->
<dependency>
<groupId>com.sun.jersey</groupId>
<artifactId>jersey-bundle</artifactId>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment