<?xml version="1.0" encoding="UTF-8"?>
<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>
	<groupId>com.google.code.webworkwebflow</groupId>
	<artifactId>webworkwebflow-parent</artifactId>
	<packaging>pom</packaging>
	<version>1.0.2</version>
	<name>Webwork Spring Webflow Plugin Parent</name>
	<url>http://code.google.com/p/webworkwebflow/</url>
	<description>A Spring Webflow Plugin for Webwork</description>
	<modules>
		<module>example</module>
		<module>plugin</module>
	</modules>
	<licenses>
      <license>
        <name>The Apache Software License, Version 2.0</name>
        <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        <distribution>repo</distribution>
      </license>
    </licenses>
    <scm>
       <connection>scm:svn:https://webworkwebflow.googlecode.com/svn/trunk/</connection>
       <developerConnection>scm:svn:https://webworkwebflow.googlecode.com/svn/trunk/</developerConnection>
       <url>http://webworkwebflow.googlecode.com/svn/trunk/</url>
    </scm>

	<dependencies>
		<dependency>
			<groupId>opensymphony</groupId>
			<artifactId>webwork</artifactId>
			<version>2.2.4</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring-webflow</artifactId>
			<version>1.0</version>
		</dependency>
		<dependency>
			<groupId>org.springframework</groupId>
			<artifactId>spring</artifactId>
			<version>2.0.1</version>
		</dependency>
		<dependency>
			<groupId>javax.servlet</groupId>
			<artifactId>servlet-api</artifactId>
			<version>2.4</version>
			<scope>provided</scope>
		</dependency>
	</dependencies>
</project>
