| | |
| | | <artifactId>commons-fileupload</artifactId> |
| | | <version>1.5</version> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/dev.zarr/jzarr --> |
| | | <dependency> |
| | | <groupId>dev.zarr</groupId> |
| | | <artifactId>jzarr</artifactId> |
| | | <version>0.4.2</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jzarr-0.4.2.jar</systemPath> |
| | | </dependency> |
| | | <!-- https://mvnrepository.com/artifact/edu.ucar/cdm-core --> |
| | | <dependency> |
| | | <groupId>edu.ucar</groupId> |
| | | <artifactId>cdm-core</artifactId> |
| | | <version>5.4.1</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/cdm-core-5.4.1.jar</systemPath> |
| | | </dependency> |
| | | |
| | | <!-- https://mvnrepository.com/artifact/org.blosc/jblosc --> |
| | | <dependency> |
| | | <groupId>org.blosc</groupId> |
| | | <artifactId>jblosc</artifactId> |
| | | <version>1.0.1.dev</version> |
| | | <scope>system</scope> |
| | | <systemPath>${project.basedir}/libs/jblosc-1.0.1.dev.jar</systemPath> |
| | | </dependency> |
| | | <dependency> |
| | | <groupId>net.java.dev.jna</groupId> |
| | | <artifactId>jna</artifactId> |
| | | <version>4.2.2</version> |
| | | </dependency> |
| | | </dependencies> |
| | | <repositories> |
| | | <repository> |
| | | <id>jcenter</id> |
| | | <url>https://jcenter.bintray.com/</url> |
| | | </repository> |
| | | </repositories> |
| | | <build> |
| | | <finalName>SimuServer</finalName> |
| | | <plugins> |