<?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">
    <parent>
        <groupId>org.wicketstuff</groupId>
        <artifactId>wicketstuff-yui-parent</artifactId>
        <version>9.0.0-M2</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>

    <artifactId>wicketstuff-yui-calendar</artifactId>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>${project.groupId}</groupId>
                <artifactId>wicketstuff-yui-common</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>

    <dependencies>
        <dependency>
            <groupId>${project.groupId}</groupId>
            <artifactId>wicketstuff-yui-common</artifactId>
        </dependency>
    </dependencies>

</project>