<?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.geobatch</groupId>
    <artifactId>gb-tools</artifactId>
    <version>1.4-GT12.2-13032015</version>
    </parent>
    <!-- =========================================================== -->
    <!-- Module Description -->
    <!-- =========================================================== -->
    <groupId>it.geosolutions.tools</groupId>
    <artifactId>tools-dyntokens</artifactId>
    <packaging>jar</packaging>
    <name>GeoSolutions Dynamic tokens</name>
    <description>
        GeoSolutions Dynamic tokens tools.
    </description>
    <properties>
      <root.basedir>${project.basedir}/../..</root.basedir>
    </properties>
    <!-- =========================================================== -->
    <!-- Dependency Management -->
    <!-- =========================================================== -->
    <dependencies>
        <!-- libraries -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-log4j12</artifactId>
        </dependency>



        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-alias-registry</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>log4j</groupId>
            <artifactId>log4j</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-dao-xstream</artifactId>
            <scope>test</scope>
        </dependency>

    </dependencies>
</project>
