mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2025-06-24 02:37:59 +02:00
Added native libraries and main method for testing ...
This commit is contained in:
29
pom.xml
29
pom.xml
@ -14,27 +14,6 @@
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdfobj</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf5</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>jhdf5obj</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency>
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>hdf</artifactId>
|
||||
<version>2.10.0</version>
|
||||
@ -53,7 +32,13 @@
|
||||
<groupId>hdf5</groupId>
|
||||
<artifactId>hdf5obj</artifactId>
|
||||
<version>2.10.0</version>
|
||||
</dependency> -->
|
||||
</dependency>
|
||||
<!-- The HDF5 libraries -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>1.7.6</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
Reference in New Issue
Block a user