Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@101694 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ce4dbd6d4c
commit
28a825b36e
3
pom.xml
3
pom.xml
|
@ -47,7 +47,6 @@
|
|||
<distroDirectory>distro</distroDirectory>
|
||||
<configDirectory>config</configDirectory>
|
||||
|
||||
<!-- Convenience property to set the GWT version -->
|
||||
<gwtVersion>2.5.1</gwtVersion>
|
||||
|
||||
<!-- To make this work on gwt-run you need to set up global env vars. on
|
||||
|
@ -95,11 +94,13 @@
|
|||
<dependency>
|
||||
<groupId>com.google.gwt</groupId>
|
||||
<artifactId>gwt-servlet</artifactId>
|
||||
<version>${gwtVersion}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.gwt</groupId>
|
||||
<artifactId>gwt-user</artifactId>
|
||||
<version>${gwtVersion}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- GXT 2 -->
|
||||
|
|
Loading…
Reference in New Issue