Skip to content

Instantly share code, notes, and snippets.

@poad
Created March 21, 2015 12:56
Show Gist options
  • Save poad/8ef3de89dd040b491e3c to your computer and use it in GitHub Desktop.
Save poad/8ef3de89dd040b491e3c to your computer and use it in GitHub Desktop.
Maven 2.2.1でjetty-parentのせいでエラーとなるのを解決する方法 ref: http://qiita.com/poad1010/items/0c73bbf61a75ddef0a24
<dependency>
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-jetty-servlet</artifactId>
<version>2.17</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment