Statistics
| Revision:

root / org.gvsig.educa.thematicmap / tags / 1.0.0-beta1 / org.gvsig.educa.thematicmap.lib / org.gvsig.educa.thematicmap.lib.prov.installer / pom.xml @ 151

History | View | Annotate | Download (1.06 KB)

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"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4
        <modelVersion>4.0.0</modelVersion>
5
        <artifactId>org.gvsig.educa.thematicmap.lib.prov.installer</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.educa.thematicmap.lib.prov.installer</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.educa.thematicmap.lib</artifactId>
11
                <version>1.0.0-beta1</version>
12
        </parent>
13
        <dependencies>
14
                <dependency>
15
                        <groupId>org.gvsig</groupId>
16
                        <artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
17
                        <scope>compile</scope>
18
                </dependency>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.installer.lib.api</artifactId>
22
                        <scope>compile</scope>
23
                </dependency>
24
    <dependency>
25
      <groupId>org.gvsig</groupId>
26
      <artifactId>org.gvsig.installer.lib.spi</artifactId>
27
      <scope>compile</scope>
28
    </dependency>
29
        </dependencies>
30
</project>