This commit is contained in:
2015-10-09 08:40:32 +02:00
parent 0b3ce96675
commit 0c2c2d21d3
7 changed files with 151 additions and 75 deletions

15
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>ch.psi.zmq</groupId>
<artifactId>ch.psi.zmq.imagej</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<dependencies>
<dependency>
@@ -11,11 +11,11 @@
<artifactId>jeromq</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<!-- <dependency>
<groupId>ch.psi.imagej</groupId>
<artifactId>ch.psi.imagej.cbf</artifactId>
<version>0.0.3</version>
</dependency>
</dependency> -->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
@@ -31,6 +31,15 @@
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<encoding>UTF-8</encoding>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>