Skip to content
Snippets Groups Projects
Commit de7ff445 authored by Stephan Saalfeld's avatar Stephan Saalfeld
Browse files

added dependency to TrakEM2

TODO: TrakEM2 does not build on my current installation, javax.media.jai
cannot be resolved, maven dependencies to javax are broken
parent 1387be66
Branches
No related tags found
No related merge requests found
...@@ -89,6 +89,11 @@ ...@@ -89,6 +89,11 @@
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.2.4</version> <version>2.2.4</version>
</dependency> </dependency>
<dependency>
<groupId>sc.fiji</groupId>
<artifactId>TrakEM2_</artifactId>
<version>1.0b-SNAPSHOT</version>
</dependency>
</dependencies> </dependencies>
<developers> <developers>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment