POM: use the single imagej.public repository group
[trakem2.git] / T2-TreelineGraph / pom.xml
blobc605210600c786cb700e3c6e3fcf4fb8725f0163
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                 </dependency>
25                 <dependency>
26                         <groupId>net.imagej</groupId>
27                         <artifactId>ij</artifactId>
28                 </dependency>
29         </dependencies>
31         <repositories>
32                 <!-- NB: for project parent -->
33                 <repository>
34                         <id>imagej.public</id>
35                         <url>http://maven.imagej.net/content/groups/public</url>
36                 </repository>
37         </repositories>
39 </project>