Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created November 10, 2015 20:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbrowning/c6fc456303d89ba574f9 to your computer and use it in GitHub Desktop.
Save bbrowning/c6fc456303d89ba574f9 to your computer and use it in GitHub Desktop.
JAXRSArchive deployment = ShrinkWrap.create(JAXRSArchive.class);
deployment.addResource(org.joda.time.DateTime.class);
deployment.addResource(MyResource.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment