Skip to content

Instantly share code, notes, and snippets.

@AntonioDiaz
Last active November 28, 2016 09:23
Show Gist options
  • Save AntonioDiaz/770a95f2c6b2d1682299c6643bc5a0d9 to your computer and use it in GitHub Desktop.
Save AntonioDiaz/770a95f2c6b2d1682299c6643bc5a0d9 to your computer and use it in GitHub Desktop.
maven dependencies for Spring MVC project
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.2.13.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment