Skip to content

Commit

Permalink
POM: removed redundant version declarations and update imagej pom ver…
Browse files Browse the repository at this point in the history
…sion.
  • Loading branch information
iarganda committed Jun 20, 2016
1 parent 917a062 commit 62749a0
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>net.imagej</groupId>
<artifactId>pom-imagej</artifactId>
<version>14.4.1</version>
<version>15.7.1</version>
<relativePath />
</parent>

Expand All @@ -24,21 +24,18 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>net.imagej</groupId>
<artifactId>ij</artifactId>
<version>${imagej1.version}</version>
</dependency>
</dependency>

<!-- Jama (Java Matrix package) is used for computing inertia ellipsoid -->
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.3</version>
</dependency>
</dependency>

<!-- Add a dependency to JUnit for unit tests -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 62749a0

Please sign in to comment.