Statistics
| Revision:

root / org.gvsig.toolbox / trunk / org.gvsig.toolbox / org.gvsig.toolbox.gui / pom.xml @ 280

History | View | Annotate | Download (1.67 KB)

1
<?xml version="1.0" encoding="UTF-8"?>
2
<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/maven-v4_0_0.xsd">
3
        <modelVersion>4.0.0</modelVersion>
4
        <groupId>org.gvsig</groupId>
5
        <artifactId>org.gvsig.toolbox.gui</artifactId>
6
        <packaging>jar</packaging>
7
        <name>${artifactId}</name>
8
        
9
        <parent>
10
                <groupId>org.gvsig</groupId>
11
                <artifactId>org.gvsig.toolbox</artifactId>
12
                <version>1.0.45</version>
13
        </parent>
14
        
15
        <dependencies>
16
                <dependency>
17
                        <groupId>org.gvsig</groupId>
18
                        <artifactId>org.gvsig.toolbox.core</artifactId>
19
                </dependency>
20
        <dependency>
21
          <groupId>es.unex</groupId>
22
          <artifactId>sextante_wps</artifactId>
23
          <scope>compile</scope>
24
        </dependency>
25
                <dependency>
26
                        <groupId>es.unex</groupId>
27
                        <artifactId>libDocEngines</artifactId>
28
                        <scope>compile</scope>
29
                </dependency>
30
                <dependency>
31
                        <groupId>net.sf</groupId>
32
                        <artifactId>jgraph</artifactId>
33
                        <scope>compile</scope>
34
                </dependency>
35
                <dependency>
36
                        <groupId>info.clearthought</groupId>
37
                        <artifactId>TableLayout-bin-jdk1.5</artifactId>
38
                        <scope>compile</scope>
39
                </dependency>
40
                <dependency>
41
                        <groupId>org.beanshell</groupId>
42
                        <artifactId>bsh</artifactId>
43
                        <scope>compile</scope>
44
                </dependency>
45
                <dependency>
46
            <groupId>net.sf.kxml</groupId>
47
            <artifactId>kxml2</artifactId>
48
            <scope>compile</scope>
49
        </dependency>
50
        <dependency>
51
            <groupId>org.japura</groupId>
52
            <artifactId>org.japura</artifactId>
53
            <scope>compile</scope>
54
        </dependency>
55
        </dependencies>
56
</project>