commented bom version

This commit is contained in:
Francesco Mangiacrapa 2024-05-08 11:09:15 +02:00
parent acd91be204
commit 8dcb28b49e
2 changed files with 28 additions and 25 deletions

View File

@ -18,6 +18,7 @@
@ -50,6 +51,7 @@
@ -81,6 +83,7 @@
@ -112,6 +115,7 @@
@ -143,6 +147,7 @@
@ -154,12 +159,7 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="geoportal-data-common-2.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
<dependency-type>uses</dependency-type>
</dependent-module>
<dependent-module archiveName="geoportal-client-1.2.2-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-client/geoportal-client">
<dependency-type>uses</dependency-type>
</dependent-module>
@ -211,6 +211,7 @@
@ -242,6 +243,7 @@
@ -272,6 +274,7 @@

20
pom.xml
View File

@ -30,7 +30,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-bom>2.4.0</gcube-bom> <!-- <gcube-bom>2.4.0</gcube-bom> -->
<gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.5.0</gcube-smartgears-bom-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties> </properties>
@ -44,7 +44,7 @@
</property> </property>
</activation> </activation>
<properties> <properties>
<gcube-bom>2.4.1-SNAPSHOT</gcube-bom> <!-- <gcube-bom>2.4.1-SNAPSHOT</gcube-bom> -->
<gcube-smartgears-bom-version>2.5.1-SNAPSHOT</gcube-smartgears-bom-version> <gcube-smartgears-bom-version>2.5.1-SNAPSHOT</gcube-smartgears-bom-version>
<authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range> <authorization-utils-range>[2.0.0, 3.0.0-SNAPSHOT)</authorization-utils-range>
</properties> </properties>
@ -54,7 +54,7 @@
<properties> <properties>
<jersey.version>2.25.1</jersey.version> <jersey.version>2.25.1</jersey.version>
<!-- Using 2.8.4 because storage-hub-client uses this version --> <!-- Using 2.8.4 because storage-hub-client is depending from this version -->
<jackson.version>2.8.4</jackson.version> <jackson.version>2.8.4</jackson.version>
<maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>
@ -63,13 +63,13 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <!-- <dependency> -->
<groupId>org.gcube.distribution</groupId> <!-- <groupId>org.gcube.distribution</groupId> -->
<artifactId>gcube-bom</artifactId> <!-- <artifactId>gcube-bom</artifactId> -->
<version>${gcube-bom}</version> <!-- <version>${gcube-bom}</version> -->
<type>pom</type> <!-- <type>pom</type> -->
<scope>import</scope> <!-- <scope>import</scope> -->
</dependency> <!-- </dependency> -->
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>