<?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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>com.github.dblock.waffle.demo</groupId>
        <artifactId>waffle-demo-parent</artifactId>
        <version>1.8.1</version>
    </parent>
    <artifactId>waffle-spring-form</artifactId>
    <version>1.8.1</version>
    <packaging>war</packaging>
    <name>waffle-spring-form</name>
    <description>Spring Form Demo for WAFFLE</description>
    <url>http://dblock.github.com/waffle/</url>
    <properties>
        <src.relative.loc>../..</src.relative.loc>

        <servlet.version>2.5</servlet.version>
    </properties>
    <scm>
        <connection>scm:git:ssh://git@github.com/dblock/waffle.git</connection>
        <developerConnection>scm:git:ssh://git@github.com/dblock/waffle.git</developerConnection>
        <url>https://github.com/dblock/waffle</url>
        <tag>waffle-parent-1.8.1</tag>
    </scm>
    <dependencies>
        <dependency>
            <groupId>javax.servlet</groupId>
            <artifactId>servlet-api</artifactId>
            <version>${servlet.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.github.dblock.waffle</groupId>
            <artifactId>waffle-spring-security3</artifactId>
            <version>${project.version}</version>
            <scope>compile</scope>
        </dependency>
    </dependencies>
</project>
