actually use multiplehypotheses flag and other fixes
[trakem2.git] / T2-TreelineGraph / pom.xml
blob056edb8574ca3d01ad8be5a70f420e8cc0dfec19
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>2.0.0-SNAPSHOT</version>
12         </parent>
14         <artifactId>T2-TreelineGraph</artifactId>
15         <version>1.1.1-SNAPSHOT</version>
17         <properties>
18                 <enforcer.skip>true</enforcer.skip>
19         </properties>
21         <name>jars/T2-TreelineGraph.jar</name>
22         <description></description>
24         <repositories>
25                 <!-- NB: for project parent -->
26                 <repository>
27                         <id>imagej.public</id>
28                         <url>http://maven.imagej.net/content/groups/public</url>
29                 </repository>
30         </repositories>
32         <dependencies>
33                 <dependency>
34                         <groupId>sc.fiji</groupId>
35                         <artifactId>TrakEM2_</artifactId>
36                 </dependency>
37                 <dependency>
38                         <groupId>net.imagej</groupId>
39                         <artifactId>ij</artifactId>
40                 </dependency>
41         </dependencies>
43 </project>