Skip to content

Commit 6513e2c

Browse files
committed
Allow integrate library with loci libraries.
1 parent 33b4e4f commit 6513e2c

File tree

1 file changed

+32
-2
lines changed

1 file changed

+32
-2
lines changed

pom.xml

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>cz.it4i.fiji</groupId>
1313
<artifactId>hpc-datastore-fiji</artifactId>
14-
<version>0.2.6-SNAPSHOT</version>
14+
<version>0.2.5</version>
1515

1616
<name>HPC DataStore Fiji client and Java client API</name>
1717
<description>Fiji client for HPC DataStore</description>
@@ -163,8 +163,38 @@
163163
<dependency>
164164
<groupId>sc.fiji</groupId>
165165
<artifactId>bigdataviewer_fiji</artifactId>
166+
<exclusions>
167+
<exclusion>
168+
<groupId>ome</groupId>
169+
<artifactId>formats-gpl</artifactId>
170+
</exclusion>
171+
<exclusion>
172+
<groupId>ome</groupId>
173+
<artifactId>formats-api</artifactId>
174+
</exclusion>
175+
<exclusion>
176+
<groupId>ome</groupId>
177+
<artifactId>formats-bsd</artifactId>
178+
</exclusion>
179+
<exclusion>
180+
<groupId>org.openmicroscopy</groupId>
181+
<artifactId>ome-xml</artifactId>
182+
</exclusion>
183+
<exclusion>
184+
<groupId>org.openmicroscopy</groupId>
185+
<artifactId>ome-jai</artifactId>
186+
</exclusion>
187+
<exclusion>
188+
<groupId>org.openmicroscopy</groupId>
189+
<artifactId>ome-common</artifactId>
190+
</exclusion>
191+
</exclusions>
166192
</dependency>
167-
193+
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
194+
<dependency>
195+
<groupId>org.apache.httpcomponents</groupId>
196+
<artifactId>httpcore</artifactId>
197+
</dependency>
168198
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
169199
<dependency>
170200
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)