Merge branch 'master' into intensity-transform
[trakem2.git] / T2-TreelineGraph / pom.xml
blobc20a8bfb6cafc267666584862acd5736a2cd7d31
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>T2-TreelineGraph</artifactId>
15         <version>0.1-SNAPSHOT</version>
17         <name>jars/T2-TreelineGraph.jar</name>
18         <description></description>
20         <dependencies>
21                 <dependency>
22                         <groupId>sc.fiji</groupId>
23                         <artifactId>TrakEM2_</artifactId>
24                         <version>${trakem2.version}</version>
25                 </dependency>
26                 <dependency>
27                         <groupId>net.imagej</groupId>
28                         <artifactId>ij</artifactId>
29                         <version>${imagej1.version}</version>
30                 </dependency>
31         </dependencies>
33         <!-- NB: for project parent -->
34         <repositories>
35                 <repository>
36                         <id>imagej.releases</id>
37                         <url>http://maven.imagej.net/content/repositories/releases</url>
38                 </repository>
39                 <repository>
40                         <id>imagej.snapshots</id>
41                         <url>http://maven.imagej.net/content/repositories/snapshots</url>
42                 </repository>
43         </repositories>
45 </project>