Skip to content
Snippets Groups Projects
Commit 22f2fe1b authored by Thomas  MUSSET's avatar Thomas MUSSET
Browse files

Updated POM, and to bioformat v6.11.0

parent 8ab76a33
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>parent-pom-core</artifactId>
<artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.1</version>
<version>2.1.1</version>
</parent>
<artifactId>icy-bioformats</artifactId>
<version>6.9.1</version>
<version>6.11.0</version>
<packaging>jar</packaging>
<name>Icy BioFormats library</name>
......@@ -101,6 +101,16 @@
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<excludes>
<exclude>loci/formats/in/NativeND2Reader.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
......@@ -110,7 +120,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.1</version>
<version>${apache-httpclient.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
......@@ -140,7 +150,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.2</version>
<version>${apache-commons-logging.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
......@@ -160,18 +170,18 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.14</version>
<version>4.4.15</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.11.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>ome</groupId>
<artifactId>bioformats_package</artifactId>
<version>6.9.0</version>
<version>6.11.0</version>
<optional>true</optional>
</dependency>
</dependencies>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment