mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 20:42:14 +00:00
Add dependency on Spring MVC classes.
This commit is contained in:
parent
14f7fd654b
commit
f98b926da4
@ -2,4 +2,15 @@
|
|||||||
<extend>${basedir}/../project.xml</extend>
|
<extend>${basedir}/../project.xml</extend>
|
||||||
<artifactId>acegi-sample-contacts</artifactId>
|
<artifactId>acegi-sample-contacts</artifactId>
|
||||||
<name>Acegi Security System for Spring - Contacts sample</name>
|
<name>Acegi Security System for Spring - Contacts sample</name>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>springframework</groupId>
|
||||||
|
<artifactId>spring-webmvc</artifactId>
|
||||||
|
<version>1.1</version>
|
||||||
|
<url>http://www.springframework.org</url>
|
||||||
|
<properties>
|
||||||
|
<war.bundle>true</war.bundle>
|
||||||
|
</properties>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user