Skip to content

Commit f90b3b5

Browse files
committed
Add POM for cisd:jhdf5:14.12.6
1 parent 86930e5 commit f90b3b5

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

non-maven/jhdf5-14.12.6.pom

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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>

0 commit comments

Comments
 (0)