Merge branch 'master' into spring-mesh2
[trakem2.git] / VectorString / pom.xml
blob423121b2eb7c2ecb8c488b48817d44a217da0739
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>
8         <parent>
9                 <groupId>sc.fiji</groupId>
10                 <artifactId>pom-trakem2</artifactId>
11                 <version>1.0-SNAPSHOT</version>
12         </parent>
14         <artifactId>VectorString</artifactId>
15         <version>1.0-SNAPSHOT</version>
17         <name>jars/VectorString.jar</name>
18         <description></description>
20         <dependencies>
21                 <dependency>
22                         <groupId>jama</groupId>
23                         <artifactId>jama</artifactId>
24                         <version>1.0.2</version>
25                 </dependency>
26                 <dependency>
27                         <groupId>net.imagej</groupId>
28                         <artifactId>ij</artifactId>
29                         <version>${imagej1.version}</version>
30                 </dependency>
31                 <dependency>
32                         <groupId>java3d</groupId>
33                         <artifactId>j3d-core</artifactId>
34                         <version>1.5.2</version>
35                         <scope>provided</scope>
36                 </dependency>
37                 <dependency>
38                         <groupId>java3d</groupId>
39                         <artifactId>j3d-core-utils</artifactId>
40                         <version>1.5.2</version>
41                         <scope>provided</scope>
42                 </dependency>
43                 <dependency>
44                         <groupId>java3d</groupId>
45                         <artifactId>vecmath</artifactId>
46                         <version>1.5.2</version>
47                         <scope>provided</scope>
48                 </dependency>
49         </dependencies>
51 </project>