Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / org.gvsig.annotation / org.gvsig.annotation.main / pom.xml @ 33272

History | View | Annotate | Download (1.24 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.annotation.main</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.annotation.main</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.annotation</artifactId>
11
                <version>1.0.0-SNAPSHOT</version>
12
        </parent>
13
        <dependencies>
14
                <dependency>
15
                        <groupId>org.gvsig</groupId>
16
                        <artifactId>org.gvsig.annotation.lib.api</artifactId>
17
                        <version>1.0.0-SNAPSHOT</version>
18
                </dependency>
19
                <dependency>
20
                        <groupId>org.gvsig</groupId>
21
                        <artifactId>org.gvsig.annotation.lib.impl</artifactId>
22
                        <version>1.0.0-SNAPSHOT</version>
23
                        <scope>runtime</scope>
24
                </dependency>
25
                <dependency>
26
                        <groupId>org.gvsig</groupId>
27
                        <artifactId>org.gvsig.annotation.swing.api</artifactId>
28
                        <version>1.0.0-SNAPSHOT</version>
29
                </dependency>
30
                <dependency>
31
                        <groupId>org.gvsig</groupId>
32
                        <artifactId>org.gvsig.annotation.swing.impl</artifactId>
33
                        <version>1.0.0-SNAPSHOT</version>
34
                        <scope>runtime</scope>
35
                </dependency>
36
        </dependencies>
37
</project>