Removed SNL dependencies

This commit is contained in:
Ahmed Salah Tawfik Ibrahim 2024-01-30 17:58:57 +01:00
parent 87b15df81d
commit 72209ac485
2 changed files with 7 additions and 1 deletions

View File

@ -86,6 +86,12 @@
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
<!--needs to be provided -->
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>

View File

@ -15,7 +15,7 @@
<inherits name='org.gcube.portlets.user.gcubewidgets.WidgetFactory' />
<inherits name='org.gcube.portlets.widgets.userselection.UserSelection' />
<inherits name='org.gcube.portlets.widgets.pickitem.PickItem' />
<inherits name='org.gcube.portal.databook.GCubeSocialNetworking' />
<inherits name='org.gcube.social_networking.socialnetworking.model.GCubeSocialNetworking' />
<inherits name="org.gcube.portlets.widgets.imagepreviewerwidget.ImagePreviewer" />