Statistics
| Revision:

gvsig-educa / org.gvsig.educa.portableview / trunk / org.gvsig.educa.portableview / org.gvsig.educa.portableview.swing / org.gvsig.educa.portableview.swing.impl / pom.xml @ 1144

History | View | Annotate | Download (1.27 KB)

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.educa.portableview.swing</artifactId>
6
                <version>1.0.170</version>
7
        </parent>
8
        <groupId>org.gvsig</groupId>
9
        <artifactId>org.gvsig.educa.portableview.swing.impl</artifactId>
10
        <name>org.gvsig.educa.portableview.swing.impl</name>
11
        <dependencies>
12
                <dependency>
13
                        <groupId>org.gvsig</groupId>
14
                        <artifactId>org.gvsig.educa.portableview.swing.api</artifactId>
15
                        <scope>compile</scope>
16
                </dependency>
17
                <dependency>
18
                        <groupId>org.gvsig</groupId>
19
                        <artifactId>org.gvsig.ui</artifactId>
20
                        <scope>compile</scope>
21
                </dependency>
22
                <dependency>
23
                        <groupId>org.gvsig</groupId>
24
                        <artifactId>org.gvsig.educa.portableview.lib.api</artifactId>
25
                        <scope>compile</scope>
26
                </dependency>
27
                <dependency>
28
                        <groupId>org.gvsig</groupId>
29
                        <artifactId>org.gvsig.andami</artifactId>
30
                        <scope>compile</scope>
31
                </dependency>
32
                <dependency>
33
                        <groupId>org.gvsig</groupId>
34
                        <artifactId>org.gvsig.tools.dynform.api</artifactId>
35
                        <scope>compile</scope>
36
                </dependency>
37
        </dependencies>
38
</project>