This commit is contained in:
Giancarlo Panichi 2013-10-14 14:08:17 +00:00
parent 47918a36df
commit e7bb9959c5
1 changed files with 12 additions and 4 deletions

16
pom.xml
View File

@ -99,7 +99,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>workspace-light-tree</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>workspace-tree-widget</artifactId>
@ -206,8 +206,16 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<!-- <scope>compile</scope> -->
</dependency>
<!--
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.1</version>
<scope>runtime</scope>
</dependency>
-->
<!-- JUnit TEST -->
<dependency>
<groupId>junit</groupId>
@ -244,7 +252,7 @@
</plugin>
<!-- Copy static web files before executing gwt:run -->
<plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.1.1</version>
@ -260,7 +268,7 @@
<webappDirectory>${webappDirectory}</webappDirectory>
</configuration>
</plugin>
<!-- Maven Surefire Plugin for Test -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>