do not remove empty layers in layer alignment
[trakem2.git] / T2-NIT / pom.xml
blob4daa1345d188beb57542f01d0aef5b32def85124
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-NIT</artifactId>
15         <version>1.0-SNAPSHOT</version>
17         <name>jars/T2-NIT.jar</name>
18         <description></description>
20         <dependencies>
21                 <dependency>
22                         <groupId>nz.ac.waikato.cms.weka</groupId>
23                         <artifactId>weka-dev</artifactId>
24                         <version>3.7.6</version>
25                 </dependency>
26                 <dependency>
27                         <groupId>sc.fiji</groupId>
28                         <artifactId>TrakEM2_</artifactId>
29                         <version>${imagej.version}</version>
30                 </dependency>
31                 <dependency>
32                         <groupId>net.imagej</groupId>
33                         <artifactId>ij</artifactId>
34                         <version>${imagej1.version}</version>
35                 </dependency>
36         </dependencies>
38 </project>