Minor update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-mainbox-widget@101806 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-12-01 14:39:14 +00:00 committed by Giancarlo Panichi
parent 2c2eca622f
commit 1d415060df
2 changed files with 8 additions and 9 deletions

13
pom.xml
View File

@ -118,26 +118,26 @@
<groupId>org.gcube.core</groupId>
<artifactId>common-scope-maps</artifactId>
<version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
<!-- <scope>provided</scope> -->
<!-- <scope>compile</scope> -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
<!-- <scope>provided</scope> -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>aslcore</artifactId>
<!-- <scope>provided</scope> -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.applicationsupportlayer</groupId>
<artifactId>accesslogger</artifactId>
<!-- <scope>provided</scope> -->
<scope>provided</scope>
</dependency>
@ -147,7 +147,7 @@
<groupId>org.gcube.data.analysis.tabulardata</groupId>
<artifactId>service-client-impl</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<!-- <scope>provided</scope> -->
<scope>provided</scope>
</dependency>
@ -365,5 +365,4 @@
</dependencies>
</dependencyManagement>
<packaging>war</packaging>
</project>

View File

@ -25,8 +25,8 @@
/> -->
<!-- Specify the app entry point class. -->
<entry-point
class='org.gcube.portlets.user.td.mainboxwidget.client.MainBoxEntry' />
<!-- <entry-point
class='org.gcube.portlets.user.td.mainboxwidget.client.MainBoxEntry' /> -->
<!-- Specify the paths for translatable code -->
<source path='client' />