<?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-freemarker</artifactId>
  <packaging>jar</packaging>
  <name>GeoSolutions freemarker tools</name>
  <description>
    GeoSolutions freemarker tools.
  </description>
  <properties>
    <root.basedir>${project.basedir}/../..</root.basedir>
  </properties>
  <!-- =========================================================== -->
  <!-- Dependency Management -->
  <!-- =========================================================== -->
  <dependencies>
    <!-- modules -->
    <dependency>
      <groupId>it.geosolutions.tools</groupId>
      <artifactId>tools-commons</artifactId>
    </dependency>
    <!-- libraries -->
    <!-- FreeMarker -->
    <dependency>
      <groupId>org.freemarker</groupId>
      <artifactId>freemarker</artifactId>
    </dependency>
  </dependencies>
</project>
