next development cycle
[trakem2.git] / T2-NIT / pom.xml
blob71f6e5f75bd02b574d13d63fb22db9e6f2438e5d
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.3.2</version>
12         </parent>
14         <artifactId>T2-NIT</artifactId>
15         <version>1.1.1-SNAPSHOT</version>
17         <name>jars/T2-NIT.jar</name>
18         <description></description>
20         <repositories>
21                 <!-- NB: for project parent -->
22                 <repository>
23                         <id>imagej.public</id>
24                         <url>http://maven.imagej.net/content/groups/public</url>
25                 </repository>
26         </repositories>
28         <dependencies>
29                 <dependency>
30                         <groupId>nz.ac.waikato.cms.weka</groupId>
31                         <artifactId>weka-dev</artifactId>
32                 </dependency>
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>