8000 Move jep into third-party section · scijava/pom-scijava@8491f98 · GitHub
[go: up one dir, main page]

< 8000 a href="#start-of-content" data-skip-target-assigned="false" class="px-2 py-4 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content

Commit 8491f98

Browse files
committed
Move jep into third-party section
It's a fork of a third-party project.
1 parent f3727ca commit 8491f98

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

pom.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,6 @@
668668
<blockmatching.version>2.1.3</blockmatching.version>
669669
<blockmatching_.version>${blockmatching.version}</blockmatching_.version>
670670
<fiji-lib.version>2.1.2</fiji-lib.version>
671-
<jep.version>2.4.2</jep.version>
672671
<legacy-imglib1.version>1.1.9</legacy-imglib1.version>
673672
<level_sets.version>1.0.2</level_sets.version>
674673
<pal-optimization.version>2.0.1</pal-optimization.version>
@@ -1002,6 +1001,9 @@
10021001
<!-- JDOM - http://www.jdom.org/ -->
10031002
<jdom2.version>2.0.6</jdom2.version>
10041003

1004+
<!-- Java Expression Parser - https://github.com/scijava/jep -->
1005+
<jep.version>2.4.2</jep.version>
1006+
10051007
<!-- Jetty - https://www.eclipse.org/jetty/ -->
10061008
<jetty.version>9.4.29.v20200521</jetty.version>
10071009
<jetty-annotations.version>${jetty.version}</jetty-annotations.version>
@@ -2246,11 +2248,6 @@
22462248
<artifactId>fiji-lib</artifactId>
22472249
<version>${fiji-lib.version}</version>
22482250
</dependency>
2249-
<dependency>
2250-
<groupId>org.scijava</groupId>
2251-
<artifactId>jep</artifactId>
2252-
<version>${jep.version}</version>
2253-
</dependency>
22542251
<dependency>
22552252
<groupId>sc.fiji</groupId>
22562253
<artifactId>legacy-imglib1</artifactId>
@@ -3555,6 +3552,13 @@
35553552
<version>${jdom2.version}</version>
35563553
</dependency>
35573554

3555+
<!-- Java Expression Parser - https://github.com/scijava/jep -->
3556+
<dependency>
3557+
<groupId>org.scijava</groupId>
3558+
<artifactId>jep</artifactId>
3559+
<version>${jep.version}</version>
3560+
</dependency>
3561+
35583562
<!-- Jetty - http://eclipse.org/jetty/ -->
35593563
<dependency>
35603564
<groupId>org.eclipse.jetty</groupId>
@@ -4509,7 +4513,6 @@
45094513
<bij.version>LATEST</bij.version>
45104514
<blockmatching.version>LATEST</blockmatching.version>
45114515
<fiji-lib.version>LATEST</fiji-lib.version>
4512-
<jep.version>LATEST</jep.version>
45134516
<legacy-imglib1.version>LATEST</legacy-imglib1.version>
45144517
<level_sets.version>LATEST</level_sets.version>
45154518
<pal-optimization.version>LATEST</pal-optimization.version>

0 commit comments

Comments
 (0)
0