updated pom adding workspace-sharing-widget dependency
git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace-tree-widget@98509 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fa8d28899e
commit
46aa61ec74
9
pom.xml
9
pom.xml
|
@ -60,7 +60,7 @@
|
|||
<artifactId>gwt-user</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>com.sencha.gxt</groupId>
|
||||
<artifactId>gxt</artifactId>
|
||||
|
@ -123,6 +123,13 @@
|
|||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.gcube.portlets.widgets</groupId>
|
||||
<artifactId>workspace-sharing-widget</artifactId>
|
||||
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
<!-- <dependency> -->
|
||||
<!-- <groupId>org.apache.directory.studio</groupId> -->
|
||||
<!-- <artifactId>org.apache.commons.io</artifactId> -->
|
||||
|
|
Loading…
Reference in New Issue