|
@@ -10,17 +10,16 @@
|
|
<name>Acegi Security Samples - Tutorial</name>
|
|
<name>Acegi Security Samples - Tutorial</name>
|
|
<packaging>war</packaging>
|
|
<packaging>war</packaging>
|
|
<dependencies>
|
|
<dependencies>
|
|
- <dependency>
|
|
|
|
- <groupId>org.springframework</groupId>
|
|
|
|
- <artifactId>spring</artifactId>
|
|
|
|
- <version>2.0.4</version>
|
|
|
|
- </dependency>
|
|
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>org.acegisecurity</groupId>
|
|
<groupId>org.acegisecurity</groupId>
|
|
<artifactId>acegi-security</artifactId>
|
|
<artifactId>acegi-security</artifactId>
|
|
- <version>1.0.5-SNAPSHOT</version>
|
|
|
|
|
|
+ <version>${project.version}</version>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.springframework</groupId>
|
|
|
|
+ <artifactId>spring-web</artifactId>
|
|
</dependency>
|
|
</dependency>
|
|
- </dependencies>
|
|
|
|
|
|
+ </dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|
|
<plugins>
|
|
<plugins>
|