next development cycle
[trakem2.git] / TrakEM2_ / pom.xml
blob8ecef3beb2936c8013c6d42ec1a7d7f0865ef4d2
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.4.0</version>
12         </parent>
14         <artifactId>TrakEM2_</artifactId>
15         <version>1.0g-SNAPSHOT</version>
17         <name>plugins/TrakEM2_.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>gov.nist.math</groupId>
31                         <artifactId>jama</artifactId>
32                 </dependency>
33                 <dependency>
34                         <groupId>org.jfree</groupId>
35                         <artifactId>jfreechart</artifactId>
36                 </dependency>
37                 <dependency>
38                         <groupId>postgresql</groupId>
39                         <artifactId>postgresql</artifactId>
40                         <version>8.2-507.jdbc3</version>
41                 </dependency>
42                 <dependency>
43                         <groupId>java3d</groupId>
44                         <artifactId>j3d-core</artifactId>
45                         <scope>provided</scope>
46                 </dependency>
47                 <dependency>
48                         <groupId>java3d</groupId>
49                         <artifactId>j3d-core-utils</artifactId>
50                         <scope>provided</scope>
51                 </dependency>
52                 <dependency>
53                         <groupId>java3d</groupId>
54                         <artifactId>vecmath</artifactId>
55                         <scope>provided</scope>
56                 </dependency>
57                 <dependency>
58                         <groupId>com.sun.media</groupId>
59                         <artifactId>jai-codec</artifactId>
60                         <version>1.1.3</version>
61                 </dependency>
62                 <dependency>
63                         <groupId>javax.media</groupId>
64                         <artifactId>jai-core</artifactId>
65                         <version>1.1.3</version>
66                 </dependency>
67                 <dependency>
68                         <groupId>net.imagej</groupId>
69                         <artifactId>ij</artifactId>
70                 </dependency>
71                 <dependency>
72                         <groupId>mpicbg</groupId>
73                         <artifactId>mpicbg</artifactId>
74                         </dependency>
75                 <dependency>
76                         <groupId>mpicbg</groupId>
77                         <artifactId>mpicbg_</artifactId>
78                 </dependency>
79                 <dependency>
80                         <groupId>sc.fiji</groupId>
81                         <artifactId>VectorString</artifactId>
82                 </dependency>
83                 <dependency>
84                         <groupId>sc.fiji</groupId>
85                         <artifactId>Simple_Neurite_Tracer</artifactId>
86                 </dependency>
87                 <dependency>
88                         <groupId>sc.fiji</groupId>
89                         <artifactId>legacy-imglib1</artifactId>
90                         </dependency>
91                 <dependency>
92                         <groupId>sc.fiji</groupId>
93                         <artifactId>3D_Viewer</artifactId>
94                 </dependency>
95                 <dependency>
96                         <groupId>sc.fiji</groupId>
97                         <artifactId>VIB-lib</artifactId>
98                 </dependency>
99                 <dependency>
100                         <groupId>sc.fiji</groupId>
101                         <artifactId>VIB_</artifactId>
102                 </dependency>
103                 <dependency>
104                         <groupId>sc.fiji</groupId>
105                         <artifactId>Lasso_and_Blow_Tool</artifactId>
106                 </dependency>
107                 <dependency>
108                         <groupId>sc.fiji</groupId>
109                         <artifactId>fiji-lib</artifactId>
110                 </dependency>
111                 <dependency>
112                         <groupId>sc.fiji</groupId>
113                         <artifactId>Fiji_Plugins</artifactId>
114                 </dependency>
115                 <dependency>
116                         <groupId>sc.fiji</groupId>
117                         <artifactId>level_sets</artifactId>
118                 </dependency>
119                 <dependency>
120                         <groupId>sc.fiji</groupId>
121                         <artifactId>bUnwarpJ_</artifactId>
122                 </dependency>
123                 <dependency>
124                         <groupId>sc.fiji</groupId>
125                         <artifactId>mpicbg-trakem2</artifactId>
126                 </dependency>
127                 <dependency>
128                         <groupId>org.scijava</groupId>
129                         <artifactId>jython-shaded</artifactId>
130                         <version>2.5.3</version>
131                 </dependency>
132                 <dependency>
133                         <groupId>ome</groupId>
134                         <artifactId>formats-bsd</artifactId>
135                 </dependency>
136                 <dependency>
137                         <groupId>net.imglib2</groupId>
138                         <artifactId>imglib2</artifactId>
139                 </dependency>
140                 <dependency>
141                         <groupId>net.imglib2</groupId>
142                         <artifactId>imglib2-realtransform</artifactId>
143                 </dependency>
144                 
145         </dependencies>
147 </project>