WSLT dependency was updated into pom.xml
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@82898 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
1085718d6e
commit
0d36a2fd00
3
pom.xml
3
pom.xml
|
@ -99,8 +99,9 @@
|
|||
<artifactId>custom-portal-handler</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<!-- WSLT dependencies -->
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.user</groupId>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>workspace-light-tree</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
|
|
@ -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