added scope compile to gwt

git-svn-id: http://svn.d4science-ii.research-infrastructures.eu/gcube/trunk/portlets/user/workspace@111515 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-01-28 16:43:18 +00:00
parent 3684abf73b
commit 453ca0df8c
1 changed files with 4 additions and 3 deletions

View File

@ -77,7 +77,8 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<!-- <scope>provided</scope> -->
<!-- <scope>provided</scope> -->
<scope>compile</scope>
<version>${gwtVersion}</version>
</dependency>
@ -93,8 +94,8 @@
<artifactId>gxt2.2.5-gwt2.X</artifactId>
<version>2.7.0</version>
<scope>compile</scope>
<!-- <scope>system</scope> -->
<!-- <systemPath>/home/francesco-mangiacrapa/wseclipse/gxt2.2.5-gwt2.X/target/gxt2.2.5-gwt2.X.jar</systemPath> -->
<!-- <scope>system</scope> -->
<!-- <systemPath>/home/francesco-mangiacrapa/wseclipse/gxt2.2.5-gwt2.X/target/gxt2.2.5-gwt2.X.jar</systemPath> -->
</dependency>
<dependency>