Statistics
| Revision:

gvsig-raster / org.gvsig.raster.wms / trunk / org.gvsig.raster.wms / org.gvsig.raster.wms.remoteclient / pom.xml @ 9288

History | View | Annotate | Download (804 Bytes)

1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<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">
3
        <modelVersion>4.0.0</modelVersion>
4
        <artifactId>org.gvsig.raster.wms.remoteclient</artifactId>
5
        <packaging>jar</packaging>
6
        <name>${project.artifactId}</name>
7
        <parent>
8
                <groupId>org.gvsig</groupId>
9
                <artifactId>org.gvsig.raster.wms</artifactId>
10
                <version>2.2.79</version>
11
        </parent>
12
        <dependencies>
13
            <dependency>
14
                <groupId>org.gvsig</groupId>
15
                <artifactId>org.gvsig.remoteclient</artifactId>
16
                <scope>compile</scope>                    
17
            </dependency>
18
        </dependencies>
19
</project>