Skip to content

Commit 7568f33

Browse files
committed
Move SNT and MorphoLibJ to Fiji-adjacent section
They are ImageJ plugins distributed on their own update sites.
1 parent f61e2e7 commit 7568f33

1 file changed

Lines changed: 21 additions & 22 deletions

File tree

pom.xml

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -687,9 +687,6 @@
687687

688688
<!-- External Fiji projects (part of the Fiji distribution) -->
689689

690-
<!-- SNT - https://github.com/morphonets/SNT -->
691-
<SNT.version>4.0.1</SNT.version>
692-
693690
<!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps -->
694691
<jitk-tps.version>3.0.1</jitk-tps.version>
695692

@@ -742,6 +739,13 @@
742739
<!-- MaMuT - https://github.com/fiji/MaMuT -->
743740
<MaMuT.version>7.0.1</MaMuT.version>
744741

742+
<!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ -->
743+
<MorphoLibJ.version>1.4.2.1</MorphoLibJ.version>
744+
<MorphoLibJ_.version>${MorphoLibJ.version}</MorphoLibJ_.version>
745+
746+
<!-- SNT - https://github.com/morphonets/SNT -->
747+
<SNT.version>4.0.1</SNT.version>
748+
745749
<!-- BoneJ - https://bonej.org/ -->
746750
<bonej.version>7.0.11</bonej.version>
747751
<bonej-plugins.version>${bonej.version}</bonej-plugins.version>
@@ -801,10 +805,6 @@
801805

802806
<!-- Other SciJava components -->
803807

804-
<!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ -->
805-
<MorphoLibJ.version>1.4.2.1</MorphoLibJ.version>
806-
<MorphoLibJ_.version>${MorphoLibJ.version}</MorphoLibJ_.version>
807-
808808
<!-- BigStitcher - https://github.com/PreibischLab/BigStitcher -->
809809
<BigStitcher.version>0.8.2</BigStitcher.version>
810810

@@ -2326,13 +2326,6 @@
23262326

23272327
<!-- External Fiji projects (part of the Fiji distribution) -->
23282328

2329-
<!-- SNT - https://github.com/morphonets/SNT -->
2330-
<dependency>
2331-
<groupId>org.morphonets</groupId>
2332-
<artifactId>SNT</artifactId>
2333-
<version>${SNT.version}</version>
2334-
</dependency>
2335-
23362329
<!-- JITK TPS - https://github.com/saalfeldlab/jitk-tps -->
23372330
<dependency>
23382331
<groupId>jitk</groupId>
@@ -2485,13 +2478,26 @@
24852478
<!-- Fiji-adjacent projects (available from ImageJ update sites) -->
24862479

24872480
<!-- MaMuT - https://github.com/fiji/MaMuT -->
2488-
24892481
<dependency>
24902482
<groupId>sc.fiji</groupId>
24912483
<artifactId>MaMuT</artifactId>
24922484
<version>${MaMuT.version}</version>
24932485
</dependency>
24942486

2487+
<!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ -->
2488+
<dependency>
2489+
<groupId>fr.inra.ijpb</groupId>
2490+
<artifactId>MorphoLibJ_</artifactId>
2491+
<version>${MorphoLibJ_.version}</version>
2492+
</dependency>
2493+
2494+
<!-- SNT - https://github.com/morphonets/SNT -->
2495+
<dependency>
2496+
<groupId>org.morphonets</groupId>
2497+
<artifactId>SNT</artifactId>
2498+
<version>${SNT.version}</version>
2499+
</dependency>
2500+
24952501
<!-- BoneJ - http://bonej.org/ -->
24962502

24972503
<dependency>
@@ -2771,13 +2777,6 @@
27712777

27722778
<!-- Other SciJava components -->
27732779

2774-
<!-- MorphoLibJ - https://github.com/ijpb/MorphoLibJ -->
2775-
<dependency>
2776-
<groupId>fr.inra.ijpb</groupId>
2777-
<artifactId>MorphoLibJ_</artifactId>
2778-
<version>${MorphoLibJ_.version}</version>
2779-
</dependency>
2780-
27812780
<!-- BigStitcher - https://github.com/PreibischLab/BigStitcher -->
27822781
<dependency>
27832782
<groupId>net.preibisch</groupId>

0 commit comments

Comments
 (0)