Depend on release version of legacy-imglib
[trakem2.git] / T2-NIT / pom.xml
blob0d50fe4ef2c5caf3bf55e8d3910cd1aca22b316a
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>
16         <name>jars/T2-NIT.jar</name>
17         <description></description>
19         <repositories>
20                 <!-- NB: for project parent -->
21                 <repository>
22                         <id>imagej.public</id>
23                         <url>http://maven.imagej.net/content/groups/public</url>
24                 </repository>
25         </repositories>
27         <dependencies>
28                 <dependency>
29                         <groupId>nz.ac.waikato.cms.weka</groupId>
30                         <artifactId>weka-dev</artifactId>
31                 </dependency>
32                 <dependency>
33                         <groupId>sc.fiji</groupId>
34                         <artifactId>TrakEM2_</artifactId>
35                 </dependency>
36                 <dependency>
37                         <groupId>net.imagej</groupId>
38                         <artifactId>ij</artifactId>
39                 </dependency>
40         </dependencies>
42 </project>