Skip to content

Instantly share code, notes, and snippets.

@antonarhipov
Created August 7, 2017 08:58
Show Gist options
  • Save antonarhipov/4fc7220a9d6246e417b37773080159bb to your computer and use it in GitHub Desktop.
Save antonarhipov/4fc7220a9d6246e417b37773080159bb to your computer and use it in GitHub Desktop.
Embedding Jetty, pom.xml dependencies
<dependencies>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-server</artifactId>
<version>9.4.6.v20170531</version>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlet</artifactId>
<version>9.4.6.v20170531</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment