diff --git a/pom.xml b/pom.xml index ae4c098c799a2ecb52026a523aa965d1bb075a8a..1f06c338aa7316b8acef2b77704805470fb12f9f 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>pom-icy</artifactId> <groupId>org.bioimageanalysis.icy</groupId> - <version>1.0.6</version> + <artifactId>parent-pom-plugin</artifactId> + <version>1.0.1</version> </parent> <artifactId>label-extractor</artifactId> @@ -27,4 +27,11 @@ <version>${blocks.version}</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