<?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</artifactId>
        <groupId>it.geosolutions.geobatch</groupId>
        <version>1.0</version>
    </parent>

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

    <groupId>it.geosolutions.geobatch</groupId>
    <artifactId>gb-dao-xstream-base</artifactId>
    <packaging>pom</packaging>

    <name>GeoBatch DAOs - XStream base project</name>
    <description>GeoSolutions GeoBatch pluggable DAOs - XStream parent</description>

    <url>http://www.geo-solutions.it/maven_reports/gb/data/</url>
    
    <dependencies>
        <dependency>
            <groupId>com.thoughtworks.xstream</groupId>
            <artifactId>xstream</artifactId>
        </dependency>

        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>

    </dependencies>

    <modules>
        <module>alias-registry</module>
        <module>xstream-core</module>
    </modules>

</project>
