updated bom

This commit is contained in:
Massimiliano Assante 2024-05-02 17:26:54 +02:00
parent 18b80c36dd
commit bae0f14fe9
2 changed files with 49 additions and 9 deletions

View File

@ -4,9 +4,10 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v3.7.1] - 2023-12-06 ## [v4.0.0-SNAPSHOT] - 2024-05-02
- removed deps for social networking library - removed deps for social networking library
- addes social service client dep
## [v3.7.0] - 2023-03-30 ## [v3.7.0] - 2023-03-30

55
pom.xml
View File

@ -5,16 +5,18 @@
<parent> <parent>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<version>1.1.0</version> <version>1.2.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.7.1</version> <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection> <connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</developerConnection> scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</connection>
<developerConnection>
scm:git:https://code-repo.d4science.org/gCubeSystem/maven-portal-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/maven-portal-bom</url> <url>https://code-repo.d4science.org/gCubeSystem/maven-portal-bom</url>
</scm> </scm>
<properties> <properties>
@ -25,11 +27,12 @@
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<!-- Application Support Layer --> <!-- Application Support Layer -->
<dependency> <dependency>
<groupId>org.gcube.applicationsupportlayer</groupId> <groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId> <artifactId>aslcore</artifactId>
<version>[5.1.2-SNAPSHOT,6.0.0-SNAPSHOT)</version> <!-- version to release. snapshot present--> <version>[5.1.2-SNAPSHOT,6.0.0-SNAPSHOT)</version> <!-- version
to release. snapshot present-->
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
@ -167,7 +170,42 @@
<artifactId>storagehub-icons-library</artifactId> <artifactId>storagehub-icons-library</artifactId>
<version>[1.2.0, 2.0.0-SNAPSHOT)</version> <version>[1.2.0, 2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- Social Networking Library --> <!-- Social Libraries -->
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-library-stubs</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>[1.2.0, 2.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>javax.ws.rs</groupId>
<artifactId>javax.ws.rs-api</artifactId>
<version>[2.0.1, 3.0.0)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google</groupId>
<artifactId>gwt-jsonmaker</artifactId>
<version>1.2.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.gcube.portal</groupId> <groupId>org.gcube.portal</groupId>
<artifactId>notifications-common-library</artifactId> <artifactId>notifications-common-library</artifactId>
@ -449,7 +487,8 @@
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<!-- https://mvnrepository.com/artifact/org.codehaus.gmaven/groovy-maven-plugin --> <!--
https://mvnrepository.com/artifact/org.codehaus.gmaven/groovy-maven-plugin -->
<groupId>org.codehaus.gmaven</groupId> <groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId> <artifactId>groovy-maven-plugin</artifactId>
<version>2.1.1</version> <version>2.1.1</version>