<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         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.jwebmp</groupId>
        <artifactId>jwebmp-parent</artifactId>
        <version>0.58.0.21-RCTEST</version>
    </parent>

    <groupId>com.jwebmp.examples.undertow</groupId>
    <artifactId>layout-demo</artifactId>
    <packaging>jar</packaging>

    <name>Undertow - Layout Demo</name>
    <description>A demo of the layout widget for Undertow in the JWebSwing Framework
    </description>
    <url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/HelloWorld</url>

    <issueManagement>
        <system>Github</system>
        <url>https://github.com/GedMarc/JWebSwing-Examples/Undertow/HelloWorld/issues</url>
    </issueManagement>

    <dependencies>
        <dependency>
            <groupId>com.google.inject.extensions</groupId>
            <artifactId>guice-servlet</artifactId>
        </dependency>

        <dependency>
            <groupId>io.undertow</groupId>
            <artifactId>undertow-core</artifactId>
        </dependency>

        <dependency>
            <groupId>io.undertow</groupId>
            <artifactId>undertow-servlet</artifactId>
        </dependency>

        <dependency>
            <groupId>io.undertow</groupId>
            <artifactId>undertow-websockets-jsr</artifactId>
        </dependency>


        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-core</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-jquery-ui-themes</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-jquery-ui-layout</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
        </dependency>

        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-undertow</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
        </dependency>
        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-log-master</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>guiced-injection</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
            <scope>compile</scope>
        </dependency>
        <dependency>
            <groupId>com.jwebmp</groupId>
            <artifactId>jwebmp-jquery-ui</artifactId>
            <version>0.58.0.21-RCTEST</version>
            <classifier></classifier>
            <scope>compile</scope>
        </dependency>

    </dependencies>

    <scm>
        <url>https://github.com/GedMarc/JWebMP</url>
        <developerConnection>https://jwebmp.com/jira</developerConnection>
    </scm>

    <ciManagement>
        <system>TeamCity</system>
        <url>http://jwebmp.com/teamcity</url>
    </ciManagement>
</project>
