Skip to content

Instantly share code, notes, and snippets.

@carlosdelfino
Last active August 29, 2015 14:21
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 carlosdelfino/c8162014f1f8de6a6a6c to your computer and use it in GitHub Desktop.
Save carlosdelfino/c8162014f1f8de6a6a6c to your computer and use it in GitHub Desktop.
Conjunto de informações para demonstrar como configurar um deploy para projeto Spring e Servlet 3.1 API, em especial com Jboss
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.4</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.0.1</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment