<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.legend.aggregate.lib.impl</artifactId>
  <name>org.gvsig.legend.aggregate.lib.impl</name>
  <parent>
    <groupId>org.gvsig</groupId>
    <artifactId>org.gvsig.legend.aggregate.lib</artifactId>
    <version>3.0.0</version>
  </parent>
  <groupId>org.gvsig</groupId>
  <dependencies>
    <dependency>
      <groupId>org.gvsig</groupId>
      <artifactId>org.gvsig.legend.aggregate.lib.api</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.symbology.lib.impl</artifactId>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>