Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LocalZProjector
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAH public
LocalZProjector
Commits
b9c1794b
Commit
b9c1794b
authored
6 years ago
by
Jean-Yves TINEVEZ
Browse files
Options
Downloads
Patches
Plain Diff
Release v1.0.0.
parent
eae535f3
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pom.xml
+6
-7
6 additions, 7 deletions
pom.xml
with
6 additions
and
7 deletions
pom.xml
+
6
−
7
View file @
b9c1794b
...
...
@@ -11,7 +11,7 @@
</parent>
<artifactId>
LocalZProjector
</artifactId>
<version>
0.0
.1-SNAPSHOT
</version>
<version>
1.
0.0
</version>
<name>
plugins/LocalZProjector_.jar
</name>
<description>
A Fiji tool to perform local Z projection.
</description>
<url>
http://imagej.net/Welcome
</url>
...
...
@@ -62,12 +62,6 @@
</build>
<dependencies>
<!-- ImageJ dependencies -->
<dependency>
<groupId>
net.imagej
</groupId>
<artifactId>
ij
</artifactId>
</dependency>
<!-- ImgLib2 dependencies -->
<dependency>
<groupId>
net.imglib2
</groupId>
...
...
@@ -82,11 +76,14 @@
<artifactId>
imglib2-realtransform
</artifactId>
</dependency>
<!-- Test dependencies -->
<dependency>
<groupId>
junit
</groupId>
<artifactId>
junit
</artifactId>
<scope>
test
</scope>
</dependency>
<!-- Ops dependencies -->
<dependency>
<groupId>
net.imagej
</groupId>
<artifactId>
imagej-ops
</artifactId>
...
...
@@ -99,6 +96,8 @@
<groupId>
net.imagej
</groupId>
<artifactId>
imagej-legacy
</artifactId>
</dependency>
<dependency>
<groupId>
org.apache.commons
</groupId>
<artifactId>
commons-math3
</artifactId>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment