Compare commits
1 Commits
master
...
Feature/26
Author | SHA1 | Date |
---|---|---|
Ahmed Salah Tawfik Ibrahim | 5c3d4edd39 |
|
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
## [v5.3.0] - 2023-12-04
|
## [v5.3.0] - 2023-12-04
|
||||||
|
|
||||||
- Removed the Cassandra Java client from common libs, now the portlets pass through the social service
|
- Removed the Cassandra Java client from common libs, now the portlets pass through the social service
|
||||||
|
- Removed the social networking library from the libs
|
||||||
|
|
||||||
## [v5.2.0] - 2023-03-31
|
## [v5.2.0] - 2023-03-31
|
||||||
|
|
||||||
|
|
24
pom.xml
24
pom.xml
|
@ -38,8 +38,8 @@
|
||||||
registry-publisher,common-authorization,authorization-client,document-store-lib,
|
registry-publisher,common-authorization,authorization-client,document-store-lib,
|
||||||
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
accounting-lib,threadlocal-vars-cleaner,common-generic-clients,
|
||||||
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
event-publisher-library,event-publisher-portal,oidc-library,oidc-library-portal,common-gcube-calls</fws-artifactsid>
|
||||||
<snl-artifactsid>
|
<sn-artifactsid>
|
||||||
social-library-stubs,social-service-client,social-service-model,notifications-common-library,tour-manager</snl-artifactsid>
|
social-service-client,social-service-model,notifications-common-library,tour-manager</sn-artifactsid>
|
||||||
<custom-plugins-artifactsid>
|
<custom-plugins-artifactsid>
|
||||||
gcube-responsive-theme,session-timeout-hook,
|
gcube-responsive-theme,session-timeout-hook,
|
||||||
oidc-enrollment-hook,event-publisher-hook,VREFolder-hook,user-registration-hook</custom-plugins-artifactsid>
|
oidc-enrollment-hook,event-publisher-hook,VREFolder-hook,user-registration-hook</custom-plugins-artifactsid>
|
||||||
|
@ -95,15 +95,15 @@
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
<execution>
|
<execution>
|
||||||
<id>copy-dependencies-social-networking-library</id>
|
<id>copy-dependencies-social-networking</id>
|
||||||
<phase>compile</phase>
|
<phase>compile</phase>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>copy-dependencies</goal>
|
<goal>copy-dependencies</goal>
|
||||||
</goals>
|
</goals>
|
||||||
<configuration>
|
<configuration>
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${basedir}/Portal-Bundle/gCube/lib/_social-networking-library</outputDirectory>
|
${basedir}/Portal-Bundle/gCube/lib/_social-networking</outputDirectory>
|
||||||
<includeArtifactIds>${snl-artifactsid}</includeArtifactIds>
|
<includeArtifactIds>${sn-artifactsid}</includeArtifactIds>
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
<overWriteIfNewer>true</overWriteIfNewer>
|
||||||
<excludeTypes>gar, tar.gz</excludeTypes>
|
<excludeTypes>gar, tar.gz</excludeTypes>
|
||||||
<stripVersion>false</stripVersion>
|
<stripVersion>false</stripVersion>
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
<outputDirectory>
|
<outputDirectory>
|
||||||
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
${basedir}/Portal-Bundle/gCube/lib/_misc</outputDirectory>
|
||||||
<excludeArtifactIds>
|
<excludeArtifactIds>
|
||||||
${asl-artifactsid},${fws-artifactsid},${snl-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid},social-networking-library</excludeArtifactIds>
|
${asl-artifactsid},${fws-artifactsid},${sn-artifactsid},${ep-artifactsid},${custom-plugins-artifactsid}</excludeArtifactIds>
|
||||||
<overWriteIfNewer>true</overWriteIfNewer>
|
<overWriteIfNewer>true</overWriteIfNewer>
|
||||||
<excludeTypes>war, gar, tar.gz</excludeTypes>
|
<excludeTypes>war, gar, tar.gz</excludeTypes>
|
||||||
<stripVersion>false</stripVersion>
|
<stripVersion>false</stripVersion>
|
||||||
|
@ -383,22 +383,10 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- End FWS -->
|
<!-- End FWS -->
|
||||||
<!-- Social Networking Library -->
|
<!-- Social Networking Library -->
|
||||||
<dependency>
|
|
||||||
<groupId>org.gcube.portal</groupId>
|
|
||||||
<artifactId>social-library-stubs</artifactId>
|
|
||||||
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
<artifactId>social-service-client</artifactId>
|
<artifactId>social-service-client</artifactId>
|
||||||
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
|
||||||
<exclusions>
|
|
||||||
<exclusion>
|
|
||||||
<groupId>org.gcube.portal</groupId>
|
|
||||||
<artifactId>social-networking-library</artifactId>
|
|
||||||
</exclusion>
|
|
||||||
</exclusions>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.social-networking</groupId>
|
<groupId>org.gcube.social-networking</groupId>
|
||||||
|
|
Loading…
Reference in New Issue