enabled the DEV environment

This commit is contained in:
Francesco Mangiacrapa 2023-03-01 11:47:29 +01:00
parent c82f5a7ba9
commit eab6a27c76
1 changed files with 44 additions and 43 deletions

23
pom.xml
View File

@ -1,4 +1,5 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
@ -22,16 +23,16 @@
<gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl> <gitBaseUrl>https://code-repo.d4science.org/gCubeSystem</gitBaseUrl>
<!-- prod --> <!-- prod -->
<gcube-bom-version>2.0.2</gcube-bom-version> <!-- <gcube-bom-version>2.0.2</gcube-bom-version> -->
<gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version> <!-- <gcube-smartgears-bom-version>2.1.1</gcube-smartgears-bom-version> -->
<gcube-portal-bom-version>3.6.3</gcube-portal-bom-version> <!-- <gcube-portal-bom-version>3.6.3</gcube-portal-bom-version> -->
<storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> <!-- <storagehub-version-range>[1.0.0,2.0.0-SNAPSHOT)</storagehub-version-range> -->
<!--dev --> <!--dev -->
<!-- <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version> --> <gcube-bom-version>2.1.0-SNAPSHOT</gcube-bom-version>
<!-- <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version> --> <gcube-smartgears-bom-version>2.2.0-SNAPSHOT</gcube-smartgears-bom-version>
<!-- <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version> --> <gcube-portal-bom-version>3.7.0-SNAPSHOT</gcube-portal-bom-version>
<!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> --> <!-- <storagehub-version-range>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</storagehub-version-range> -->
<plugin-framework-version>1.0.3</plugin-framework-version> <plugin-framework-version>1.0.3</plugin-framework-version>
@ -164,7 +165,7 @@
</dependency> </dependency>
<!-- CUSTOM : CONCESSIONI--> <!-- CUSTOM : CONCESSIONI -->
<dependency> <dependency>
<groupId>org.gcube.application.cms</groupId> <groupId>org.gcube.application.cms</groupId>
@ -271,7 +272,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId> <artifactId>storagehub-client-library</artifactId>
<version>${storagehub-version-range}</version> <!-- <version>${storagehub-version-range}</version> -->
</dependency> </dependency>