<?xml version="1.0" encoding="ISO-8859-1"?>

<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>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.timesupport</artifactId>
    <packaging>pom</packaging>
    <name>${project.artifactId}</name>
    <description>TimeSupport example project</description>
    <parent>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.desktop.library</artifactId>
        <version>2.0.416</version>
    </parent>
    <build>
        <plugins>
            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>animal-sniffer-maven-plugin</artifactId>
                <configuration>
                    <skip>true</skip>
                </configuration>
            </plugin>

        </plugins>
    </build>
    <dependencyManagement>
        <dependencies>

            <dependency>
                <groupId>org.swinglabs</groupId>
                <artifactId>swingx</artifactId>  	
                <version>1.6</version>
            </dependency>
            <dependency>
                <groupId>com.toedter</groupId>
                <artifactId>jcalendar</artifactId>
                <version>1.3.2</version>  				
            </dependency>	
        </dependencies>
    </dependencyManagement>


    <modules>
        <module>org.gvsig.timesupport.lib</module>
        <module>org.gvsig.timesupport.swing</module>	
    </modules>

</project>
