Updated header parsing and support of the defined array-1.0 header type

...
This commit is contained in:
2013-06-17 16:25:18 +02:00
parent cd70bff6f5
commit 7d44d54356
2 changed files with 71 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.psi</groupId>
<artifactId>ch.psi.imagej.zeromq</artifactId>
<version>0.0.3-SNAPSHOT</version>
<version>0.0.4-SNAPSHOT</version>
<dependencies>
<dependency>
@@ -11,6 +11,16 @@
<artifactId>jeromq</artifactId>
<version>0.2.0</version>
</dependency>
<!-- <dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20090211</version>
</dependency> -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>gov.nih.imagej</groupId>
<artifactId>imagej</artifactId>