<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
     ===========================================================================
     Project configuration file for the FileSystemMonitor project
     http://www.geo-solutions.it/ Version: $Id: pom.xml 20599 2006-07-18
     12:17:41Z AlFa $
     ===========================================================================
-->
<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-fsm</artifactId>
    <version>1.3-RC2</version>
  </parent>
  <!-- ==================================================== -->
  <!--     Module description                               -->
  <!-- ==================================================== -->
  <groupId>it.geosolutions.geobatch</groupId>
  <artifactId>gb-fsm-core</artifactId>
  <version>1.3-RC2</version>
  <packaging>jar</packaging>
  <name>Monitor module</name>
  <description>File System Monitor core module.</description>
  <url>http://www.geo-solutions.it/reports/monitor/</url>
  <scm>
    <connection>scm:svn:https://svn.codehaus.org/geobatch/trunk/</connection>
    <url>https://svn.codehaus.org/geobatch/trunk/</url>
  </scm>
  <!-- ==================================================== -->
  <!--     Dependencies                                     -->
  <!-- ==================================================== -->
  <dependencies>
    <!-- ============================== -->
    <!--            tools               -->
    <!-- ============================== -->
    <dependency>
      <groupId>it.geosolutions.geobatch</groupId>
      <artifactId>gb-tools</artifactId>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
    </dependency>
  </dependencies>
</project>
