1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
5 http://maven.apache.org/xsd/maven-4.0.0.xsd">
6 <modelVersion>4.0.0</modelVersion>
9 <groupId>sc.fiji</groupId>
10 <artifactId>pom-trakem2</artifactId>
11 <version>1.1.2-SNAPSHOT</version>
14 <artifactId>VectorString</artifactId>
15 <version>1.0.3-SNAPSHOT</version>
17 <name>jars/VectorString.jar</name>
18 <description></description>
21 <!-- NB: for project parent -->
23 <id>imagej.public</id>
24 <url>http://maven.imagej.net/content/groups/public</url>
30 <groupId>gov.nist.math</groupId>
31 <artifactId>jama</artifactId>
34 <groupId>net.imagej</groupId>
35 <artifactId>ij</artifactId>
38 <groupId>java3d</groupId>
39 <artifactId>j3d-core</artifactId>
40 <scope>provided</scope>
43 <groupId>java3d</groupId>
44 <artifactId>j3d-core-utils</artifactId>
45 <scope>provided</scope>
48 <groupId>java3d</groupId>
49 <artifactId>vecmath</artifactId>
50 <scope>provided</scope>