Skip to content

Instantly share code, notes, and snippets.

@keesun
Created January 12, 2012 23:49
Show Gist options
  • Save keesun/1603885 to your computer and use it in GitHub Desktop.
Save keesun/1603885 to your computer and use it in GitHub Desktop.
Dependencies for Servlet 3.0
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<version>6.0</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment