From 8bcb6187cb00b140a0ebc514efa07b15e9e895d2 Mon Sep 17 00:00:00 2001 From: Thomas <thomas.musset@pasteur.fr> Date: Thu, 27 Jun 2024 13:30:24 +0200 Subject: [PATCH] added repository in pom --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index abbfc6e..e6ec2e7 100644 --- a/pom.xml +++ b/pom.xml @@ -76,4 +76,11 @@ </plugin> </plugins> </build>--> + + <repositories> + <repository> + <id>icy</id> + <url>https://nexus-icy.pasteur.cloud/repository/icy/</url> + </repository> + </repositories> </project> \ No newline at end of file -- GitLab