1
0
mirror of synced 2026-08-06 02:08:01 +00:00

SEC-1001: Move core tiger code into core and adjust pom files

This commit is contained in:
Luke Taylor
2008-10-03 15:23:31 +00:00
parent ad4b5c487f
commit 7cc0965383
62 changed files with 82 additions and 540 deletions
+4 -9
View File
@@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.5.0-SNAPSHOT</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-tutorial</artifactId>
@@ -15,11 +15,6 @@
<artifactId>spring-security-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core-tiger</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
@@ -47,7 +42,7 @@
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
@@ -62,7 +57,7 @@
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependency>
</dependencies>
<build>
@@ -102,4 +97,4 @@
</plugins>
</build>
</project>
</project>