From 85bea7b3c93903dda5ef02570c0c6476083aee44 Mon Sep 17 00:00:00 2001 From: Sonia Zorba <sonia.zorba@inaf.it> Date: Tue, 20 Jul 2021 15:17:31 +0200 Subject: [PATCH] pom.xml updates --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 71217dc..8764cfe 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <dependencies> <dependency> <groupId>it.inaf.ia2</groupId> - <artifactId>vospace-parent</artifactId> + <artifactId>vospace-parent-classes</artifactId> <version>0.0.1-SNAPSHOT</version> </dependency> <dependency> @@ -81,5 +81,13 @@ </plugin> </plugins> </build> + + <repositories> + <repository> + <id>ia2-snapshots</id> + <name>IA2 snapshot repository</name> + <url>http://repo.ia2.inaf.it/maven/repository/snapshots</url> + </repository> + </repositories> </project> -- GitLab