diff --git a/haas-imagej-client/pom.xml b/haas-imagej-client/pom.xml index 91644e1d2ae020d303daaf05c3d1c7f069a22495..efd6dd583d61904dc0cd099b0dd12019ff899d94 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>