Statistics
| Revision:

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

History | View | Annotate | Download (1.59 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.swing.impl</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.annotation.swing.impl</name>
8
        <parent>
9
                <groupId>org.gvsig</groupId>
10
                <artifactId>org.gvsig.annotation.swing</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.swing.api</artifactId>
22
                        <version>1.0.0-SNAPSHOT</version>
23
                </dependency>
24
                <dependency>
25
                        <groupId>org.gvsig</groupId>
26
                        <artifactId>org.gvsig.annotation.swing.api</artifactId>
27
                        <version>1.0.0-SNAPSHOT</version>
28
                        <type>test-jar</type>
29
                        <scope>test</scope>
30
                </dependency>
31
                <dependency>
32
                        <groupId>org.gvsig</groupId>
33
                        <artifactId>org.gvsig.annotation.lib.impl</artifactId>
34
                        <version>1.0.0-SNAPSHOT</version>
35
                        <scope>test</scope>
36
                </dependency>
37
                <dependency>
38
                        <groupId>jwizardcomponent</groupId>
39
                        <artifactId>jwizardcomponent</artifactId>
40
                </dependency>
41
                <dependency>
42
                        <groupId>org.gvsig</groupId>
43
                        <artifactId>org.gvsig.utils</artifactId>
44
                </dependency>
45
                <dependency>
46
                        <groupId>org.gvsig</groupId>
47
                        <artifactId>org.gvsig.ui</artifactId>
48
                </dependency>                
49
        </dependencies>
50
</project>