removed storage resource link dependency
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@83747 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8dad646b8c
commit
b6f04a1071
7
pom.xml
7
pom.xml
|
@ -168,13 +168,6 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.gcube.contentmanagement</groupId> -->
|
||||
<!-- <artifactId>storage-resource-link-plugin</artifactId> -->
|
||||
<!-- <version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> -->
|
||||
<!-- <scope>provided</scope> -->
|
||||
<!-- </dependency> -->
|
||||
|
||||
<!-- WSLT dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
|
|
|
@ -117,6 +117,7 @@ public class AppController implements SubscriberInterface {
|
|||
private String selectedSmartFolderCategory;
|
||||
|
||||
|
||||
|
||||
public AppController(AppControllerExplorer appControllerExplorer) {
|
||||
this.appContrExplorer = appControllerExplorer;
|
||||
this.appContrExplorer.subscribe(this, new EventsTypeEnum[] {
|
||||
|
|
Loading…
Reference in New Issue