Revision 21 trunk/org.gvsig.toolbox/org.gvsig.toolbox.math/pom.xml

View differences:

pom.xml
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
	
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>org.gvsig.toolbox.math</artifactId>
7
	<packaging>jar</packaging>
8
	<name>Math utilities</name>
9
	
10
	<parent>
11
		<groupId>org.gvsig</groupId>
12
		<artifactId>org.gvsig.toolbox</artifactId>
13
		<version>1.0.0</version>
14
	</parent>
15
	
16
	<build>
17
	    <sourceDirectory>src</sourceDirectory>
18
    </build>
19
	
20
	<dependencies>
21
		<dependency>
22
			<groupId>gnu.trove</groupId>
23
			<artifactId>trove</artifactId>
24
			<scope>compile</scope>
25
		</dependency>
26
		<dependency>
27
			  <groupId>org.gvsig.legacy</groupId>
28
			  <artifactId>jama</artifactId>
29
			  <scope>compile</scope>
30
		</dependency>
31
	</dependencies>
32
</project>
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>

Also available in: Unified diff