256: Workspace explorer

Task-Url: https://support.d4science.org/issues/256

Added exclusion of gwt from BOM

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/workspace-explorer@117112 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2015-07-09 09:24:01 +00:00
parent 5bc90d57f6
commit 96e855c766
1 changed files with 6 additions and 0 deletions

View File

@ -42,6 +42,12 @@
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
<exclusions>
<exclusion>
<artifactId>gwt-user</artifactId>
<groupId>com.google.gwt</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>