Skip to content
Snippets Groups Projects
Commit db112f94 authored by Unknown's avatar Unknown
Browse files

Remove unused dependecies
parent 731372cd
Branches
Tags
No related merge requests found
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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"> 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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.scijava</groupId> <groupId>org.scijava</groupId>
<artifactId>pom-scijava</artifactId> <artifactId>pom-scijava</artifactId>
<version>17.1.1</version> <version>17.1.1</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>cz.it4i.fiji</groupId> <groupId>cz.it4i.fiji</groupId>
<artifactId>inspect-menus</artifactId> <artifactId>haas-imagej-client</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Simple ImageJ Commands</name> <name>Simple ImageJ Commands</name>
...@@ -83,16 +80,6 @@ ...@@ -83,16 +80,6 @@
<groupId>net.imagej</groupId> <groupId>net.imagej</groupId>
<artifactId>imagej</artifactId> <artifactId>imagej</artifactId>
</dependency> </dependency>
<dependency>
<groupId>net.preibisch</groupId>
<artifactId>multiview-reconstruction</artifactId>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<!-- https://mvnrepository.com/artifact/net.imagej/imagej-legacy -->
<dependency>
<groupId>net.imagej</groupId>
<artifactId>imagej-legacy</artifactId>
</dependency>
<dependency> <dependency>
<groupId>cz.it4i.fiji</groupId> <groupId>cz.it4i.fiji</groupId>
<artifactId>haas-java-client</artifactId> <artifactId>haas-java-client</artifactId>
...@@ -100,6 +87,5 @@ ...@@ -100,6 +87,5 @@
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/net.imagej/imagej-launcher --> <!-- https://mvnrepository.com/artifact/net.imagej/imagej-launcher -->
</dependencies> </dependencies>
</project> </project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment