Statistics
| Revision:

gvsig-webmap / org.gvsig.webmap / trunk / org.gvsig.webmap / org.gvsig.webmap.lib / org.gvsig.webmap.lib.impl / pom.xml @ 1683

History | View | Annotate | Download (825 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.webmap.lib</artifactId>
6
  <version>1.0.128-SNAPSHOT</version>
7
 </parent>
8
 <groupId>org.gvsig</groupId>
9
 <artifactId>org.gvsig.webmap.lib.impl</artifactId>
10
 <name>org.gvsig.webmap.lib.impl</name>
11

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

    
25
</project>