Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BioinformaticDataCompression
BigDataViewer_Fiji_Plugin
Commits
e9e00c81
Commit
e9e00c81
authored
Nov 18, 2014
by
Tobias Pietzsch
Browse files
use pom-bigdataviewer as parent
parent
09952df8
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
e9e00c81
...
...
@@ -7,32 +7,20 @@
<parent>
<groupId>
sc.fiji
</groupId>
<artifactId>
bigdataviewer
</artifactId>
<artifactId>
pom-
bigdataviewer
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
</parent>
<artifactId>
bigdataviewer_fiji
</artifactId>
<version>
1.0.0-SNAPSHOT
</version>
<name>
BigDataViewer Fiji
</name>
<description>
Fiji plugins for starting BigDataViewer and exporting data.
</description>
<properties>
<spim_data.version>
1.0.0-beta-2
</spim_data.version>
<!-- <spim_data.version>1.0.0-beta-3-SNAPSHOT</spim_data.version> -->
<SPIM_Opener.version>
2.0.0
</SPIM_Opener.version>
<SPIM_Registration.version>
2.0.0-SNAPSHOT
</SPIM_Registration.version>
<legacy-imglib1.version>
2.0.0-SNAPSHOT
</legacy-imglib1.version>
<java3d.version>
1.5.2
</java3d.version>
<imagej.version>
2.0.0-rc-8
</imagej.version>
<imagej-ops.version>
0.5.0
</imagej-ops.version>
<imagej-common.version>
0.8.0
</imagej-common.version>
</properties>
<dependencies>
<dependency>
<groupId>
sc.fiji
</groupId>
<artifactId>
bigdataviewer-core
</artifactId>
<version>
${project.version}
</version>
</dependency>
<dependency>
<groupId>
net.imagej
</groupId>
...
...
@@ -49,14 +37,20 @@
<dependency>
<groupId>
sc.fiji
</groupId>
<artifactId>
SPIM_Registration
</artifactId>
<version>
2.0.0-SNAPSHOT
</version>
</dependency>
<!--
The following dependencies are added to deal with old SPIM_Registration version currently deployed in maven.imagej.net.
They will be removed, once the new spimreconstruction stuff (currently in branch revised-spimdata) is deployed -->
<!-- The following dependencies are added to deal with old SPIM_Registration
version currently deployed in maven.imagej.net. They will be removed, once
the new spimreconstruction stuff (currently in branch revised-spimdata) is
deployed -->
<dependency>
<groupId>
sc.fiji
</groupId>
<artifactId>
SPIM_Opener
</artifactId>
</dependency>
<dependency>
<groupId>
java3d
</groupId>
<artifactId>
vecmath
</artifactId>
</dependency>
<dependency>
<groupId>
mpicbg
</groupId>
<artifactId>
mpicbg
</artifactId>
...
...
@@ -64,6 +58,7 @@
<dependency>
<groupId>
sc.fiji
</groupId>
<artifactId>
legacy-imglib1
</artifactId>
<version>
2.0.0-SNAPSHOT
</version>
</dependency>
</dependencies>
...
...
@@ -84,14 +79,9 @@
</developers>
<repositories>
<!-- NB: for project parent -->
<repository>
<id>
imagej.releases
</id>
<url>
http://maven.imagej.net/content/repositories/releases
</url>
</repository>
<repository>
<id>
imagej.snapshots
</id>
<url>
http://maven.imagej.net/content/repositories/snapshots
</url>
<id>
imagej.public
</id>
<url>
http://maven.imagej.net/content/groups/public
</url>
</repository>
</repositories>
...
...
@@ -101,5 +91,4 @@
<tag>
HEAD
</tag>
<url>
https://github.com/tpietzsch/spimviewer
</url>
</scm>
</project>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment