Statistics
| Revision:

root / trunk / org.gvsig.toolbox / org.gvsig.toolbox.math / pom.xml @ 18

History | View | Annotate | Download (989 Bytes)

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"
3
        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
4
                               http://maven.apache.org/maven-v4_0_0.xsd">
5
        <modelVersion>4.0.0</modelVersion>
6
        
7
        <groupId>org.gvsig</groupId>
8
        <artifactId>org.gvsig.toolbox.math</artifactId>
9
        <packaging>jar</packaging>
10
        <name>Math utilities</name>
11
        
12
        <parent>
13
                <groupId>org.gvsig</groupId>
14
                <artifactId>org.gvsig.toolbox</artifactId>
15
                <version>1.0.0-SNAPSHOT</version>
16
        </parent>
17
        
18
        <build>
19
            <sourceDirectory>src</sourceDirectory>
20
    </build>
21
        
22
        <dependencies>
23
                <dependency>
24
                        <groupId>gnu.trove</groupId>
25
                        <artifactId>trove</artifactId>
26
                        <scope>compile</scope>
27
                </dependency>
28
                <dependency>
29
                          <groupId>org.gvsig.legacy</groupId>
30
                          <artifactId>jama</artifactId>
31
                          <scope>compile</scope>
32
                </dependency>
33
        </dependencies>
34
</project>