Commit 15189769069f4b4dceb2d2f84595aa9f9bf7331c

Authored by Nathanael Jourdane
1 parent af879274
Exists in master

add repositories in pom.xml

Showing 1 changed file with 7 additions and 1 deletions   Show diff stats
pom.xml
... ... @@ -12,4 +12,10 @@
12 12 <scope>compile</scope>
13 13 </dependency>
14 14 </dependencies>
15   -</project>
16 15 \ No newline at end of file
  16 +<repositories>
  17 + <repository>
  18 + <id>IRAP-NEXUS</id>
  19 + <url>https://nexus.irap.omp.eu/content/groups/public</url>
  20 + </repository>
  21 +</repositories>
  22 +</project>
... ...