depend on specific versions of dnet modules

This commit is contained in:
Alessia 2024-05-27 17:11:05 +02:00
parent 9ad2df03dd
commit e082bb7722
1 changed files with 5 additions and 5 deletions

View File

@ -43,25 +43,25 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-ariadneplus</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[1.1.0-SNAPSHOT]</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-data-services</artifactId>
<version>[2.0.0-SAXONHE-SOLR772-SNAPSHOT, 3.0.0-SAXON-SNAPSHOT)</version>
<version>[2.0.1-SAXONHE-SOLR772-SNAPSHOT]</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-modular-uis</artifactId>
<version>[2.0.0-SAXONHE-SOLR772-SNAPSHOT, 3.0.0-SAXON-SNAPSHOT)</version>
<version>[2.0.2-SAXONHE-SOLR772-SNAPSHOT]</version>
</dependency>
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-information-service</artifactId>
<version>[2.0.0-SAXONHE-SNAPSHOT, 3.0.0-SAXON-SNAPSHOT)</version>
<version>[2.0.2-SAXONHE-SOLR772-SNAPSHOT]</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
@ -72,7 +72,7 @@
<dependency>
<groupId>eu.dnetlib</groupId>
<artifactId>dnet-data-provision-services</artifactId>
<version>[3.0.0-SAXONHE-SOLR-772-SNAPSHOT,4.0.0-SAXONHE-SOLR-772-SNAPSHOT)</version>
<version>[3.0.1-SAXONHE-SOLR-772-SNAPSHOT]</version>
</dependency>
<dependency>
<groupId>xerces</groupId>