File tree Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Expand file tree Collapse file tree 1 file changed +32
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments