Skip to content

Commit

Permalink
Add POM for cisd:jhdf5:14.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Feb 20, 2021
1 parent 86930e5 commit f90b3b5
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions non-maven/jhdf5-14.12.6.pom
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>cisd</groupId>
<artifactId>jhdf5</artifactId>
<version>14.12.6</version>
<properties>
<commons-lang.version>2.4</commons-lang.version>
<commons-io.version>1.4</commons-io.version>
</properties>
<dependencies>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>${commons-lang.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
</dependencies>
</project>

0 comments on commit f90b3b5

Please sign in to comment.