to fix the issue https://support.d4science.org/issues/28426#note-7 added
`social-service-client` instead of `social-networking-library`
This commit is contained in:
parent
bb7f18e8af
commit
640a2bd097
21
pom.xml
21
pom.xml
|
@ -57,7 +57,7 @@
|
|||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<maven-portal-bom>3.7.0</maven-portal-bom>
|
||||
<maven-portal-bom>4.0.0</maven-portal-bom>
|
||||
</properties>
|
||||
</profile>
|
||||
<!-- DEV profile -->
|
||||
|
@ -69,7 +69,7 @@
|
|||
</property>
|
||||
</activation>
|
||||
<properties>
|
||||
<maven-portal-bom>3.8.0-SNAPSHOT</maven-portal-bom>
|
||||
<maven-portal-bom>4.0.0-SNAPSHOT</maven-portal-bom>
|
||||
</properties>
|
||||
</profile>
|
||||
</profiles>
|
||||
|
@ -175,13 +175,24 @@
|
|||
<artifactId>slf4j-api</artifactId>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<version>1.18.4</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.social-networking</groupId>
|
||||
<artifactId>social-service-client</artifactId>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.portal</groupId> -->
|
||||
<!-- <artifactId>social-networking-library</artifactId> -->
|
||||
<!-- <scope>provided</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.applicationsupportlayer</groupId>
|
||||
<artifactId>aslsocial</artifactId>
|
||||
|
|
Loading…
Reference in New Issue