<?xml version="1.0" encoding="UTF-8"?>
<!-- =======================================================================
        Maven Project Configuration File

        GeoSolutions tools Project

   Version: $Id: pom.xml 329 2011-12-22 17:24:49Z ccancellieri $
======================================================================= -->
<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>
    <parent>
        <groupId>it.geosolutions.tools</groupId>
        <artifactId>tools</artifactId>
        <version>1.1.2</version>
    </parent>
    <!-- =========================================================== -->
    <!-- Module Description -->
    <!-- =========================================================== -->
    <groupId>it.geosolutions.tools</groupId>
    <artifactId>tools-dyntokens</artifactId>
    <packaging>jar</packaging>
    <name>GeoSolutions Dynamic tokens</name>
    <url>http://www.geo-solutions.it/maven_reports/tools/</url>
    <description>
        GeoSolutions netcdf tools.
    </description>
    <licenses>
        <license>
            <name>Lesser General Public License (LGPL)</name>
            <url>http://www.gnu.org/copyleft/lesser.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <!-- =========================================================== -->
    <!-- Dependency Management -->
    <!-- =========================================================== -->
    <dependencies>
        <!-- modules -->
        <!-- libraries -->


        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
            <version>1.5.6</version>
        </dependency>

        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <version>1.2.16</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
            <version>1.3.1</version>
            <scope>test</scope>
        </dependency>

        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-alias-registry</artifactId>
            <version>1.3-SNAPSHOT</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-dao-xstream</artifactId>
            <version>1.3-BETA3</version>
            <scope>test</scope>
        </dependency>

    </dependencies>
</project>
