removed link to the public user profile as static var, updated schema model xls for cassandra keyspace
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portal/social-networking-library@126712 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
53c7833dd0
commit
bb83e8216f
Binary file not shown.
13
pom.xml
13
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.portal</groupId>
|
||||
<artifactId>social-networking-library</artifactId>
|
||||
<version>1.10.2-SNAPSHOT</version>
|
||||
<version>1.11.0-SNAPSHOT</version>
|
||||
<name>gCube Social Networking Library</name>
|
||||
<description>
|
||||
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
|
||||
|
@ -53,6 +53,8 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common.portal</groupId>
|
||||
<artifactId>portal-manager</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google</groupId>
|
||||
|
@ -63,15 +65,6 @@
|
|||
<artifactId>javax.mail</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.liferay.portal</groupId>
|
||||
<artifactId>portal-service</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.portlet</groupId>
|
||||
<artifactId>portlet-api</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
|
|
@ -7,7 +7,6 @@ import com.google.gwt.core.client.EntryPoint;
|
|||
*/
|
||||
public class GCubeSocialNetworking implements EntryPoint {
|
||||
|
||||
public static final String USER_PROFILE_LINK = "/group/data-e-infrastructure-gateway/profile";
|
||||
public static final String USER_PROFILE_OID = "userIdentificationParameter";
|
||||
public static final String HASHTAG_OID = "hashtagIdentificationParameter";
|
||||
public static final String SEARCH_OID = "elasticSearchIdentificationParameter";
|
||||
|
|
Loading…
Reference in New Issue