Skip to content
Snippets Groups Projects
Commit 7e5589d7 authored by Stéphane  DALLONGEVILLE's avatar Stéphane DALLONGEVILLE
Browse files

fixed POM file

parent 8eaef028
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>
<artifactId>pom-icy</artifactId> <artifactId>pom-icy</artifactId>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<version>1.0.6</version> <version>1.0.8</version>
</parent> </parent>
<artifactId>connected-components</artifactId> <artifactId>connected-components</artifactId>
...@@ -26,17 +26,11 @@ ...@@ -26,17 +26,11 @@
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>blocks</artifactId> <artifactId>blocks</artifactId>
<version>${blocks.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>detection-result</artifactId> <artifactId>spot-detection-utilities</artifactId>
<version>${detection-result.version}</version> <version>${spot-detection-utilities.version}</version>
</dependency>
<dependency>
<groupId>Jama</groupId>
<artifactId>Jama</artifactId>
<version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
...@@ -44,16 +38,22 @@ ...@@ -44,16 +38,22 @@
<version>${quickhull.version}</version> <version>${quickhull.version}</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.vecmath</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>vecmath</artifactId> <artifactId>vecmath</artifactId>
<version>1.5.2</version> <version>${vecmath.version}</version>
</dependency>
<dependency>
<groupId>org.bioimageanalysis.icy</groupId>
<artifactId>jama</artifactId>
<version>${jama.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
<repository> <repository>
<id>jama</id> <id>icy</id>
<url>https://www.ebi.ac.uk/intact/maven/nexus/content/repositories/ebi-repo/</url> <url>https://icy-nexus.pasteur.fr/repository/Icy/</url>
</repository> </repository>
</repositories> </repositories>
</project> </project>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment