Commit ab2fac05 authored by Andrey Filippov's avatar Andrey Filippov

trying to make a Maven project

parent 63782ff5
......@@ -26,16 +26,24 @@
<version>${imagej1.version}</version>
</dependency>
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>
org-apache-commons-configuration-main
</artifactId>
<version>6.1.0.Beta2</version>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.kie.modules</groupId>
<artifactId>org-apache-commons-lang-main</artifactId>
<version>6.1.0.Beta2</version>
<groupId>jama</groupId>
<artifactId>jama</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<groupId>ome</groupId>
<artifactId>loci_tools</artifactId>
<version>5.0.0</version>
</dependency>
</dependencies>
......@@ -105,4 +113,14 @@
<url>https://github.com/Elphel/imagej-elpheln</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>gov.nist.math.jama</groupId>
<artifactId>jama-osgi</artifactId>
<version>1.1.0</version>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>
......@@ -45,6 +45,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import javax.swing.SwingUtilities;
//import Jama.LUDecomposition;
import Jama.LUDecomposition;
import Jama.Matrix;
//import src.java.org.apache.commons.configuration.*;
......@@ -53,6 +53,7 @@ import java.util.concurrent.atomic.AtomicInteger;
import javax.swing.JFileChooser;
import javax.swing.filechooser.FileFilter;
import loci.common.services.DependencyException;
import loci.common.services.DependencyException;
import loci.common.services.ServiceException;
import loci.formats.FormatException;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment