Statistics
| Revision:

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

History | View | Annotate | Download (3.05 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.impl</artifactId>
6
        <packaging>jar</packaging>
7
        <name>org.gvsig.educa.thematicmap.lib.impl</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
                </dependency>
18

    
19
                <!-- for test case -->
20
                <dependency>
21
                        <groupId>org.gvsig</groupId>
22
                        <artifactId>org.gvsig.educa.thematicmap.lib.api</artifactId>
23
                        <type>test-jar</type>
24
                        <scope>test</scope>
25
                </dependency>
26
                <dependency>
27
                        <groupId>org.gvsig</groupId>
28
                        <artifactId>org.gvsig.fmap.dal.file</artifactId>
29
                        <scope>test</scope>
30
                </dependency>
31
                <dependency>
32
                        <groupId>org.gvsig</groupId>
33
                        <artifactId>org.gvsig.fmap.dal.file</artifactId>
34
                        <classifier>store.dbf</classifier>
35
                        <scope>test</scope>
36
                </dependency>
37
                <dependency>
38
                        <groupId>org.gvsig</groupId>
39
                        <artifactId>org.gvsig.fmap.dal.file</artifactId>
40
                        <classifier>store.shp</classifier>
41
                        <scope>test</scope>
42
                </dependency>
43
                <dependency>
44
                        <groupId>org.gvsig</groupId>
45
                        <artifactId>org.gvsig.symbology.lib.impl</artifactId>
46
                        <scope>test</scope>
47
                </dependency>
48
                <dependency>
49
                        <groupId>org.gvsig</groupId>
50
                        <artifactId>org.gvsig.symbology.lib.api</artifactId>
51
                        <scope>test</scope>
52
                </dependency>
53
                <dependency>
54
                        <groupId>org.gvsig</groupId>
55
                        <artifactId>org.gvsig.fmap.geometry</artifactId>
56
                        <classifier>impl</classifier>
57
                        <scope>test</scope>
58
                </dependency>
59
                <dependency>
60
                        <groupId>org.gvsig</groupId>
61
                        <artifactId>org.gvsig.projection</artifactId>
62
                        <classifier>cresques-impl</classifier>
63
                        <scope>test</scope>
64
                </dependency>
65
                <dependency>
66
                        <groupId>org.gvsig</groupId>
67
                        <artifactId>org.gvsig.compat</artifactId>
68
                        <classifier>se</classifier>
69
                        <scope>test</scope>
70
                </dependency>
71
                <dependency>
72
                                <groupId>org.gvsig</groupId>
73
                                <artifactId>org.gvsig.installer.lib.impl</artifactId>
74
                        <scope>test</scope>
75
                </dependency>
76
                <dependency>
77
                        <groupId>org.gvsig</groupId>
78
                        <artifactId>org.gvsig.timesupport.lib.impl</artifactId>
79
                        <scope>test</scope>
80
                </dependency>
81
                <dependency>
82
                        <groupId>org.gvsig</groupId>
83
                        <artifactId>org.gvsig.tools.swing.impl</artifactId>
84
                        <scope>test</scope>
85
                </dependency>
86
                <dependency>
87
                        <groupId>org.gvsig</groupId>
88
                        <artifactId>org.gvsig.fmap.mapcontext</artifactId>
89
                </dependency>
90
                <dependency>
91
                        <groupId>org.gvsig</groupId>
92
                        <artifactId>org.gvsig.installer.lib.api</artifactId>
93
                </dependency>
94

    
95
                <dependency>
96
                        <groupId>org.apache.commons</groupId>
97
                        <artifactId>commons-io</artifactId>
98
                </dependency>
99
                <dependency>
100
                        <groupId>org.apache.commons</groupId>
101
                        <artifactId>commons-lang3</artifactId>
102
                </dependency>
103
        </dependencies>
104
</project>