<?xml version="1.0" encoding="UTF-8"?>

<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/xsd/maven-4.0.0.xsd">

  <modelVersion>4.0.0</modelVersion>
  <artifactId>org.gvsig.fmap.dal.file</artifactId>
  <packaging>pom</packaging>
  <name>${project.artifactId}</name>
  <parent>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.fmap.dal</artifactId>
      <version>3.0.2</version>
  </parent>  
  <description>This library has the implementation of the provider of te Data Access Library for accesing to file resources, like SHP, DBF or CSV.</description>
  
  <dependencies>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.tools.lib</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.fmap.dal.api</artifactId>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.fmap.dal.spi</artifactId>
      <scope>compile</scope>
    </dependency>

  </dependencies>

  <modules>
    <module>org.gvsig.fmap.dal.file.lib</module>
    <module>org.gvsig.fmap.dal.file.dbf</module>
    <module>org.gvsig.fmap.dal.file.shp</module>
    <module>org.gvsig.fmap.dal.file.csv</module>
    <module>org.gvsig.fmap.dal.file.gml</module>
    <module>org.gvsig.fmap.dal.file.json</module>

    <module>org.gvsig.fmap.dal.file.imageio</module>
    <module>org.gvsig.fmap.dal.file.jpg</module>
    <module>org.gvsig.fmap.dal.file.png</module>
    <module>org.gvsig.fmap.dal.file.tiff</module>
    <module>org.gvsig.fmap.dal.file.jp2</module>
    <module>org.gvsig.fmap.dal.file.bsq</module>
  </modules>
</project>

