From db112f9425b410b867b6971936f1e689ea0f24cd Mon Sep 17 00:00:00 2001
From: Unknown <registrace@kozusznik.cz>
Date: Fri, 12 Jan 2018 10:19:51 +0100
Subject: [PATCH] Remove unused dependecies

---
 haas-imagej-client/pom.xml | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)

diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml
index 91644e1d..efd6dd58 100644
--- a/haas-imagej-client/pom.xml
+++ b/haas-imagej-client/pom.xml
@@ -1,17 +1,14 @@
 <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>
-
-
 	<parent>
 		<groupId>org.scijava</groupId>
 		<artifactId>pom-scijava</artifactId>
 		<version>17.1.1</version>
 		<relativePath />
 	</parent>
-
 	<groupId>cz.it4i.fiji</groupId>
-	<artifactId>inspect-menus</artifactId>
+	<artifactId>haas-imagej-client</artifactId>
 	<version>0.0.1-SNAPSHOT</version>
 	<packaging>jar</packaging>
 	<name>Simple ImageJ Commands</name>
@@ -83,16 +80,6 @@
 			<groupId>net.imagej</groupId>
 			<artifactId>imagej</artifactId>
 		</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>
 			<groupId>cz.it4i.fiji</groupId>
 			<artifactId>haas-java-client</artifactId>
@@ -100,6 +87,5 @@
 		</dependency>
 		<!-- https://mvnrepository.com/artifact/net.imagej/imagej-launcher -->
 
-
 	</dependencies>
 </project>
-- 
GitLab