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

12
pom.xml
View File

@ -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>