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
Bioimage Analysis
Active Contour
Commits
2e757147
Commit
2e757147
authored
Dec 03, 2020
by
Stéphane DALLONGEVILLE
Browse files
fixed dependencies
parent
5dc284ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
2e757147
...
...
@@ -7,7 +7,7 @@
<parent>
<artifactId>
pom-icy
</artifactId>
<groupId>
org.bioimageanalysis.icy
</groupId>
<version>
1.0.
6
</version>
<version>
1.0.
8
</version>
</parent>
<artifactId>
active-contours
</artifactId>
...
...
@@ -24,7 +24,7 @@
<dependencies>
<dependency>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
icy-
3d-mesh-roi
</artifactId>
<artifactId>
3d-mesh-roi
</artifactId>
<version>
${three-d-mesh-roi.version}
</version>
</dependency>
<dependency>
...
...
@@ -53,9 +53,9 @@
<version>
${track-manager.version}
</version>
</dependency>
<dependency>
<groupId>
java3d
</groupId>
<artifactId>
j
3d-core
</artifactId>
<version>
1.3.1
</version>
<groupId>
org.bioimageanalysis.icy
</groupId>
<artifactId>
j
ava3d
</artifactId>
<version>
${java3d.version}
</version>
</dependency>
<dependency>
<groupId>
org.jfree
</groupId>
...
...
@@ -63,7 +63,7 @@
<version>
1.5.0
</version>
</dependency>
</dependencies>
<repositories>
<repository>
<id>
icy
</id>
...
...
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