| | |
| | | <parent> |
| | | <groupId>org.springframework.boot</groupId> |
| | | <artifactId>spring-boot-starter-parent</artifactId> |
| | | <version>2.7.18</version> |
| | | <!--<version>2.7.18</version>--> |
| | | <version>2.6.4</version> |
| | | <relativePath/> |
| | | </parent> |
| | | <packaging>jar</packaging> |
| | |
| | | <version>2.9.3</version> |
| | | </dependency> |
| | | <!--hdf5--> |
| | | <dependency> |
| | | <!--<dependency> |
| | | <groupId>org.hdfgroup</groupId> |
| | | <artifactId>hdf-java</artifactId> |
| | | <version>2.6.1</version> |
| | | </dependency> |
| | | </dependency>--> |
| | | <!--<dependency> |
| | | <groupId>org.hdfgroup</groupId> |
| | | <artifactId>jarhdf5</artifactId> |
| | | <version>3.3.2</version> |
| | | </dependency>--> |
| | | <dependency> |
| | | <groupId>hdf.hdf5lib</groupId> |
| | | <artifactId>h5</artifactId> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jarhdf5-3.3.2.jar</systemPath> |
| | | </dependency><!----> |
| | | </dependencies> |
| | | |
| | | <build> |