added log of liugi dep explicit to provided as was avoiding rmp to log

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/admin/resource-management@82586 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-10-07 16:21:58 +00:00
parent 62ac87b86d
commit 0415a23cda
1 changed files with 7 additions and 7 deletions

14
pom.xml
View File

@ -144,12 +144,6 @@
<artifactId>gcube-widgets</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>guided-tour-widget</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>custom-portal-handler</artifactId>
@ -176,7 +170,7 @@
<artifactId>activation-record-widgets</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- guice guava-->
<!-- guice guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
@ -194,6 +188,12 @@
<version>${guice.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<scope>provided</scope>
</dependency>
<!-- gwt-dispatch -->
<dependency>
<groupId>net.customware.gwt.dispatch</groupId>