<?xml version="1.0"?>
<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>
        <artifactId>gb-dao-xstream-base</artifactId>
        <groupId>it.geosolutions.geobatch</groupId>
        <version>1.0</version>
    </parent>

  <!-- =========================================================== -->
  <!--     Module Description                                      -->
  <!-- =========================================================== -->

    <groupId>it.geosolutions.geobatch</groupId>
    <artifactId>gb-dao-xstream</artifactId>
	<!--<packaging>jar</packaging>-->
    <name>GeoBatch DAOs - XStream main</name>
    <description>GeoSolutions GeoBatch pluggable DAOs - XStream</description>

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

    <dependencies>
        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-core-impl</artifactId>
        </dependency>

        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-fs-catalog</artifactId>
        </dependency>

        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-alias-registry</artifactId>
        </dependency>

        <!-- used for aliasing testing files -->
        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-log4j12</artifactId>
	 	<scope>test</scope>
        </dependency>
        
        <!--  THIS IMPLY A DEPENDENCY!!!
        <dependency>
            <groupId>it.geosolutions.geobatch</groupId>
            <artifactId>gb-action-geoserver</artifactId>
            <scope>test</scope>
        </dependency>
        -->
        
        

    </dependencies>
</project>
