|
6 | 6 | <parent>
|
7 | 7 | <groupId>org.scijava</groupId>
|
8 | 8 | <artifactId>pom-scijava</artifactId>
|
9 |
| - <version>37.0.0</version> |
| 9 | + <version>39.0.0</version> |
10 | 10 | <relativePath/>
|
11 | 11 | </parent>
|
12 | 12 |
|
13 | 13 | <groupId>net.preibisch</groupId>
|
14 | 14 | <artifactId>BigStitcher-Spark</artifactId>
|
15 |
| - <version>0.0.2-SNAPSHOT</version> |
| 15 | + <version>0.1.0-SNAPSHOT</version> |
16 | 16 |
|
17 | 17 | <name>BigStitcher Spark</name>
|
18 | 18 | <description>Spark-based parallel BigStitcher project.</description>
|
|
83 | 83 | <package-name>net.preibisch.bigstitcher.spark</package-name>
|
84 | 84 |
|
85 | 85 | <!-- <scijava.jvm.version>1.8</scijava.jvm.version> -->
|
86 |
| - <license.licenseName>gpl_v2</license.licenseName> |
| 86 | + <license.licenseName>bsd</license.licenseName> |
87 | 87 | <license.copyrightOwners>Developers.</license.copyrightOwners>
|
| 88 | + |
| 89 | + <!-- |
| 90 | + <imglib2.version>7.1.2</imglib2.version> |
| 91 | + <imglib2-realtransform.version>4.0.3</imglib2-realtransform.version> |
| 92 | + <imglib2-cache.version>1.0.0-beta-19</imglib2-cache.version> |
| 93 | + <imglib2-algorithm.version>0.16.0</imglib2-algorithm.version> |
| 94 | + <imglib2-roi.version>0.15.1</imglib2-roi.version> |
| 95 | + <n5-imglib2.version>7.0.2</n5-imglib2.version> |
| 96 | + <bigdataviewer-core.version>10.6.1</bigdataviewer-core.version> |
| 97 | + <bigdataviewer-vistools.version>1.0.0-beta-36</bigdataviewer-vistools.version> |
| 98 | + --> |
| 99 | + <!-- <n5-zarr.version>1.3.5</n5-zarr.version> --> |
| 100 | + |
| 101 | + <bigdataviewer-core.version>10.6.3</bigdataviewer-core.version> |
| 102 | + <spim_data.version>2.3.5</spim_data.version> |
| 103 | + <multiview-reconstruction.version>5.0.0</multiview-reconstruction.version> |
| 104 | + <BigStitcher.version>2.3.0</BigStitcher.version> |
| 105 | + |
| 106 | + <!--for the old bioformats to work properly (compared with old main branch to find out)--> |
| 107 | + <ome-codecs.version>0.3.0</ome-codecs.version> |
| 108 | + |
88 | 109 | </properties>
|
| 110 | + |
89 | 111 | <repositories>
|
90 | 112 | <!-- NB: for project parent -->
|
91 | 113 | <repository>
|
|
101 | 123 | <dependency>
|
102 | 124 | <groupId>sc.fiji</groupId>
|
103 | 125 | <artifactId>bigdataviewer-core</artifactId>
|
104 |
| - <version>10.4.6</version> |
| 126 | + <!-- <version>10.4.6</version> --> |
105 | 127 | </dependency>
|
106 | 128 | <dependency>
|
107 | 129 | <groupId>sc.fiji</groupId>
|
108 | 130 | <artifactId>bigdataviewer-vistools</artifactId>
|
109 |
| - <version>1.0.0-beta-32</version> |
| 131 | + <!-- <version>1.0.0-beta-32</version> --> |
110 | 132 | </dependency>
|
111 | 133 | <dependency>
|
112 | 134 | <groupId>net.imglib2</groupId>
|
113 | 135 | <artifactId>imglib2-cache</artifactId>
|
114 |
| - <version>1.0.0-beta-17</version> |
| 136 | + <!-- <version>1.0.0-beta-17</version> --> |
115 | 137 | </dependency>
|
116 | 138 | <dependency>
|
117 | 139 | <groupId>net.imglib2</groupId>
|
118 | 140 | <artifactId>imglib2</artifactId>
|
119 |
| - <version>6.3.0</version> |
| 141 | + <!-- <version>6.3.0</version> --> |
120 | 142 | </dependency>
|
121 | 143 | <dependency>
|
122 | 144 | <groupId>net.imglib2</groupId>
|
123 | 145 | <artifactId>imglib2-algorithm</artifactId>
|
124 |
| - <version>0.15.0</version> |
| 146 | + <!-- <version>0.15.0</version> --> |
| 147 | + </dependency> |
| 148 | + <dependency> |
| 149 | + <groupId>org.bigdataviewer</groupId> |
| 150 | + <artifactId>bigdataviewer-n5</artifactId> |
| 151 | + <version>1.0.1</version> |
| 152 | + <exclusions> |
| 153 | + <exclusion> |
| 154 | + <groupId>javax.annotation</groupId> |
| 155 | + <artifactId>javax.annotation-api</artifactId> |
| 156 | + </exclusion> |
| 157 | + </exclusions> |
125 | 158 | </dependency>
|
126 | 159 | <dependency>
|
127 | 160 | <groupId>sc.fiji</groupId>
|
128 | 161 | <artifactId>spim_data</artifactId>
|
129 | 162 | </dependency>
|
130 |
| - <dependency> |
| 163 | + <!-- <dependency> |
131 | 164 | <groupId>com.amazonaws</groupId>
|
132 | 165 | <artifactId>aws-java-sdk-s3</artifactId>
|
133 | 166 | <version>${aws-java-sdk-s3.version}</version>
|
134 |
| - </dependency> |
135 |
| - <dependency> |
| 167 | + </dependency> --> |
| 168 | + <!-- <dependency> |
136 | 169 | <groupId>org.bigdataviewer</groupId>
|
137 | 170 | <artifactId>bigdataviewer-omezarr</artifactId>
|
138 | 171 | <version>0.2.3</version>
|
139 |
| - </dependency> |
| 172 | + </dependency> --> |
140 | 173 | <dependency>
|
141 | 174 | <groupId>org.janelia.saalfeldlab</groupId>
|
142 | 175 | <artifactId>n5</artifactId>
|
143 |
| - <version>3.1.3</version> |
144 | 176 | </dependency>
|
145 | 177 | <dependency>
|
146 | 178 | <groupId>org.janelia.saalfeldlab</groupId>
|
147 | 179 | <artifactId>n5-zarr</artifactId>
|
148 |
| - <version>1.2.1</version> |
149 | 180 | </dependency>
|
150 | 181 | <dependency>
|
151 | 182 | <groupId>org.janelia.saalfeldlab</groupId>
|
152 | 183 | <artifactId>n5-aws-s3</artifactId>
|
153 |
| - <version>4.0.0</version> |
| 184 | + <!-- <version>4.0.0</version> --> |
154 | 185 | </dependency>
|
155 | 186 | <!-- Scala is sensitive to fasterxml version -->
|
156 | 187 | <dependency>
|
|
227 | 258 | <dependency>
|
228 | 259 | <groupId>net.preibisch</groupId>
|
229 | 260 | <artifactId>multiview-reconstruction</artifactId>
|
230 |
| - <version>3.2.12</version> |
231 | 261 | <exclusions>
|
232 | 262 | <exclusion>
|
233 | 263 | <groupId>ch.epfl.biop</groupId>
|
|
268 | 298 | <dependency>
|
269 | 299 | <groupId>org.janelia.saalfeldlab</groupId>
|
270 | 300 | <artifactId>n5-hdf5</artifactId>
|
271 |
| - <version>2.0.0</version> |
| 301 | + <!-- <version>2.0.0</version> --> |
272 | 302 | </dependency>
|
273 | 303 | <dependency>
|
274 | 304 | <groupId>org.janelia.saalfeldlab</groupId>
|
275 | 305 | <artifactId>n5-imglib2</artifactId>
|
276 |
| - <version>5.0.0</version> |
277 | 306 | </dependency>
|
278 | 307 | <!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna needed for M1 native library loading -->
|
279 | 308 | <dependency>
|
|
284 | 313 | <dependency>
|
285 | 314 | <groupId>net.preibisch</groupId>
|
286 | 315 | <artifactId>BigStitcher</artifactId>
|
287 |
| - <version>1.2.11</version> |
288 | 316 | <exclusions>
|
289 | 317 | <exclusion>
|
290 | 318 | <groupId>ch.epfl.biop</groupId>
|
|
308 | 336 | </exclusion>
|
309 | 337 | </exclusions>
|
310 | 338 | </dependency>
|
| 339 | + |
311 | 340 | <!-- old bioformats -->
|
312 | 341 | <dependency>
|
313 | 342 | <groupId>org.openmicroscopy</groupId>
|
|
0 commit comments