1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Removed maven structure from sandbox, and 'other' module, which is out of date.

This commit is contained in:
Luke Taylor
2009-12-22 22:00:34 +00:00
parent a7770a64d3
commit d695c85ad8
63 changed files with 9 additions and 4614 deletions
+9 -16
View File
@@ -1,12 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<!--
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.4-SNAPSHOT</version>
</parent>
-->
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-webflow</artifactId>
<name>Spring Security - Webflow sample</name>
@@ -24,9 +17,9 @@
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>spring-webflow</groupId>
<groupId>org.springframework.webflow</groupId>
<artifactId>spring-webflow</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.0.8.RELEASE</version>
</dependency>
<dependency>
<groupId>ognl</groupId>
@@ -36,34 +29,34 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>2.5.5</version>
<version>3.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>2.5.5</version>
<version>3.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>2.5.5</version>
<version>3.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>2.5.5</version>
<version>3.0.0.RELEASE</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>provided</scope>
<version>2.4</version>
<version>2.5</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<scope>runtime</scope>
<version>2.3.12</version>
<version>2.3.16</version>
</dependency>
<dependency>
<groupId>log4j</groupId>
@@ -86,7 +79,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
<version>6.1.7</version>
<version>6.1.22</version>
<configuration>
<contextPath>/webflow</contextPath>
<connectors>