Skip to content

Commit 16df48c

Browse files
authored
Merge pull request #155 from tferr/snt
Update SNT related components
2 parents 7847a06 + cab5ff4 commit 16df48c

1 file changed

Lines changed: 7 additions & 20 deletions

File tree

pom.xml

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@
638638
<Samples.version>2.0.2</Samples.version>
639639
<Samples_.version>${Samples.version}</Samples_.version>
640640
<Series_Labeler.version>2.0.1</Series_Labeler.version>
641-
<Simple_Neurite_Tracer.version>3.1.7</Simple_Neurite_Tracer.version>
642641
<Siox_Segmentation.version>1.0.5</Siox_Segmentation.version>
643642
<Skeletonize3D.version>2.1.1</Skeletonize3D.version>
644643
<Skeletonize3D_.version>${Skeletonize3D.version}</Skeletonize3D_.version>
@@ -687,8 +686,8 @@
687686

688687
<!-- External Fiji projects -->
689688

690-
<!-- Sholl Analysis - https://github.com/tferr/ASA -->
691-
<Sholl_Analysis.version>4.0.1</Sholl_Analysis.version>
689+
<!-- SNT - https://github.com/morphonets/SNT -->
690+
<SNT.version>3.1.112</SNT.version>
692691

693692
<!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps -->
694693
<jitk-tps.version>3.0.1</jitk-tps.version>
@@ -2148,11 +2147,6 @@
21482147
<artifactId>Series_Labeler</artifactId>
21492148
<version>${Series_Labeler.version}</version>
21502149
</dependency>
2151-
<dependency>
2152-
<groupId>sc.fiji</groupId>
2153-
<artifactId>Simple_Neurite_Tracer</artifactId>
2154-
<version>${Simple_Neurite_Tracer.version}</version>
2155-
</dependency>
21562150
<dependency>
21572151
<groupId>sc.fiji</groupId>
21582152
<artifactId>Siox_Segmentation</artifactId>
@@ -2326,18 +2320,11 @@
23262320

23272321
<!-- External Fiji projects -->
23282322

2329-
<!-- Sholl Analysis - https://github.com/tferr/ASA -->
2323+
<!-- SNT - https://github.com/morphonets/SNT -->
23302324
<dependency>
2331-
<groupId>ca.mcgill</groupId>
2332-
<artifactId>Sholl_Analysis</artifactId>
2333-
<version>${Sholl_Analysis.version}</version>
2334-
<exclusions>
2335-
<exclusion>
2336-
<!-- TEMP: Until tferr/ASA#32 is merged and released. -->
2337-
<groupId>net.imagej</groupId>
2338-
<artifactId>imagej</artifactId>
2339-
</exclusion>
2340-
</exclusions>
2325+
<groupId>org.morphonets</groupId>
2326+
<artifactId>SNT</artifactId>
2327+
<version>${SNT.version}</version>
23412328
</dependency>
23422329

23432330
<!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps -->
@@ -4598,7 +4585,7 @@
45984585
<weave_jy2java.version>LATEST</weave_jy2java.version>
45994586

46004587
<!-- External Fiji projects -->
4601-
<Sholl_Analysis.version>LATEST</Sholl_Analysis.version>
4588+
<SNT.version>LATEST</SNT.version>
46024589
<jitk-tps.version>LATEST</jitk-tps.version>
46034590
<bigwarp.version>LATEST</bigwarp.version>
46044591
<mpicbg.version>LATEST</mpicbg.version>

0 commit comments

Comments
 (0)