From 600872051aada26f81269f5e4ff59c568908027f Mon Sep 17 00:00:00 2001 From: Stephane Dallongeville <stephane.dallongeville@pasteur.fr> Date: Thu, 3 Dec 2020 16:57:48 +0100 Subject: [PATCH] fixed POM file --- pom.xml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3f9be49..81a3b84 100644 --- a/pom.xml +++ b/pom.xml @@ -1,13 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <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"> + 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> <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.6</version> + <version>1.0.8</version> </parent> <artifactId>quickhull</artifactId> @@ -22,9 +22,17 @@ <dependencies> <dependency> - <groupId>javax.vecmath</groupId> + <groupId>org.bioimageanalysis.icy</groupId> <artifactId>vecmath</artifactId> - <version>1.5.2</version> + <version>1.6.1</version> </dependency> </dependencies> + + <repositories> + <repository> + <id>icy</id> + <url>https://icy-nexus.pasteur.fr/repository/Icy/</url> + </repository> + </repositories> + </project> \ No newline at end of file -- GitLab