reformatting

added cbf support
This commit is contained in:
2014-04-30 06:58:24 +02:00
parent 9891e11979
commit 0b3ce96675
2 changed files with 204 additions and 93 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.psi.zmq</groupId>
<artifactId>ch.psi.zmq.imagej</artifactId>
<version>0.2.0</version>
<version>0.4.0</version>
<dependencies>
<dependency>
@@ -11,6 +11,11 @@
<artifactId>jeromq</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>ch.psi.imagej</groupId>
<artifactId>ch.psi.imagej.cbf</artifactId>
<version>0.0.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>