Skip to content

Instantly share code, notes, and snippets.

@rvazquezglez
Created October 18, 2014 16:49
Show Gist options
  • Save rvazquezglez/6928c1d3efbc79bb62da to your computer and use it in GitHub Desktop.
Save rvazquezglez/6928c1d3efbc79bb62da to your computer and use it in GitHub Desktop.
dependencias de spring
<!-- Dependencias de spring -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>3.0.5.RELEASE</version>
</dependency>
<dependency> <groupId>org.apache.struts</groupId> <artifactId>struts2-spring-plugin</artifactId>
<version>${struts2.version}</version> </dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment