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.0-SNAPSHOT</version>
14 <artifactId>VectorString</artifactId>
15 <version>1.0-SNAPSHOT</version>
17 <name>jars/VectorString.jar</name>
18 <description></description>
22 <groupId>jama</groupId>
23 <artifactId>jama</artifactId>
24 <version>1.0.2</version>
27 <groupId>net.imagej</groupId>
28 <artifactId>ij</artifactId>
29 <version>${imagej1.version}</version>
32 <groupId>java3d</groupId>
33 <artifactId>j3d-core</artifactId>
34 <version>1.5.2</version>
35 <scope>provided</scope>
38 <groupId>java3d</groupId>
39 <artifactId>j3d-core-utils</artifactId>
40 <version>1.5.2</version>
41 <scope>provided</scope>
44 <groupId>java3d</groupId>
45 <artifactId>vecmath</artifactId>
46 <version>1.5.2</version>
47 <scope>provided</scope>
51 <!-- NB: for project parent -->
54 <id>imagej.releases</id>
55 <url>http://maven.imagej.net/content/repositories/releases</url>
58 <id>imagej.snapshots</id>
59 <url>http://maven.imagej.net/content/repositories/snapshots</url>