<?xml version="1.0" encoding="UTF-8"?>
<!--
        =======================================================================
        Maven Project Configuration File GeoSolutions GeoBatch Project
        http://geobatch.codehaus.org Version: $Id: pom.xml 63 2008-04-04
        11:22:11Z alessio $
        =======================================================================
-->
<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-core</artifactId>
        <version>1.0</version>
    </parent>


    <!-- =========================================================== -->
    <!--     Module Description                                      -->
    <!-- =========================================================== -->
    <groupId>it.geosolutions.geobatch</groupId>
    <artifactId>gb-core-model</artifactId>

    <name>GeoBatch core model</name>
    <description>GeoSolutions GeoBatch core</description>

    <url>http://www.geo-solutions.it/maven_reports/gb/data/</url>

    <scm>
        <connection>
            scm:svn:http://svn.geotools.org/geotools/trunk/gt/modules/data/
        </connection>
        <url>http://svn.geotools.org/geotools/trunk/gt/modules/data/</url>
    </scm>

    <developers>
    </developers>

    <licenses>
        <license>
            <name>Lesser General Public License (LGPL)</name>
            <url>http://www.gnu.org/copyleft/lesser.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <organization>
        <name>GeoSolutions</name>
        <url>http://www.geo-solutions.it</url>
    </organization>

    <!-- =========================================================== -->
    <!--     Dependency Management                                   -->
    <!-- =========================================================== -->
    <dependencies>

        <!-- ============================== -->
        <!--     Platform                   -->
        <!-- ============================== -->
        <dependency>
            <groupId>commons-collections</groupId>
            <artifactId>commons-collections</artifactId>
        </dependency>
        <dependency>
            <groupId>commons-io</groupId>
            <artifactId>commons-io</artifactId>
        </dependency>

        <!-- ============================== -->
        <!--     Junit		                -->
        <!-- ============================== -->
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>   <!-- Needed for test, not for running -->
        </dependency>

        <!-- ============================== -->
        <!--     GT  		                -->
        <!-- ============================== -->
<!--        <dependency>
            <groupId>org.geotools</groupId>
            <artifactId>gt-main</artifactId>
        </dependency>-->

		<!-- ============================== -->
        <!-- 		logging					-->
        <!-- ============================== -->
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
        </dependency>
        <!--
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-jdk14</artifactId>
        </dependency>
        -->
    </dependencies>

</project>
