Created
March 21, 2015 12:56
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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