Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster / org.gvsig.raster.tilecache / org.gvsig.raster.tilecache.provider.legend / pom.xml @ 8682

History | View | Annotate | Download (927 Bytes)

1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.raster.tilecache</artifactId>
6
    <version>2.4.1-SNAPSHOT</version>
7
  </parent>
8
  <artifactId>org.gvsig.raster.tilecache.provider.legend</artifactId>
9
  <name>org.gvsig.raster.tilecache.provider.legend</name>
10
  <description>Legend provider for tile cache</description>
11

    
12
 <dependencies>
13
  <dependency>
14
   <groupId>org.gvsig</groupId>
15
   <artifactId>org.gvsig.raster.tilecache.provider</artifactId>
16
   <scope>compile</scope>
17
  </dependency>
18
  <dependency>
19
   <groupId>org.gvsig</groupId>
20
   <artifactId>org.gvsig.raster.lib.legend.api</artifactId>
21
   <scope>compile</scope>
22
  </dependency>
23
 </dependencies>
24

    
25
</project>