<?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.4-GT12.2-13032015</version>
  </parent>
  <!-- ==================================================== -->
  <!--     Module description                               -->
  <!-- ==================================================== -->
  <groupId>it.geosolutions.geobatch</groupId>
  <artifactId>gb-fsm-core</artifactId>
  <packaging>jar</packaging>
  <name>Monitor module</name>
  <description>File System Monitor core module.</description>
  <properties>
    <root.basedir>${project.basedir}/../..</root.basedir>
  </properties>
  <!-- ==================================================== -->
  <!--     Dependencies                                     -->
  <!-- ==================================================== -->
  <dependencies>
    <!-- ============================== -->
    <!--            tools               -->
    <!-- ============================== -->
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-core</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-context</artifactId>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-beans</artifactId>
    </dependency>
    
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.springframework</groupId>
      <artifactId>spring-test</artifactId>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>
