File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+ <modelVersion>4.0.0</modelVersion>
3+ <groupId>cisd</groupId>
4+ <artifactId>jhdf5</artifactId>
5+ <version>14.12.6</version>
6+ <properties>
7+ <commons-lang.version>2.4</commons-lang.version>
8+ <commons-io.version>1.4</commons-io.version>
9+ </properties>
10+ <dependencies>
11+ <dependency>
12+ <groupId>commons-lang</groupId>
13+ <artifactId>commons-lang</artifactId>
14+ <version>${commons-lang.version}</version>
15+ </dependency>
16+ <dependency>
17+ <groupId>commons-io</groupId>
18+ <artifactId>commons-io</artifactId>
19+ <version>${commons-io.version}</version>
20+ </dependency>
21+ </dependencies>
22+ </project>
You can’t perform that action at this time.
0 commit comments