浏览代码

Add dependency on Spring MVC classes.

Ben Alex 21 年之前
父节点
当前提交
f98b926da4
共有 1 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      samples/contacts/project.xml

+ 11 - 0
samples/contacts/project.xml

@@ -2,4 +2,15 @@
     <extend>${basedir}/../project.xml</extend>
     <artifactId>acegi-sample-contacts</artifactId>
     <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>