removed openlayers dependency from pom

upted pom version at 3.7.1
updated distro

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/speciesdiscovery@101970 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-12-09 11:07:43 +00:00
parent ee8bffb3dd
commit 6f1d7bb1f2
4 changed files with 21 additions and 13 deletions

View File

@ -3,10 +3,10 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/> <wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/> <wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/>
<dependent-module archiveName="gis-viewer-3.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gisViewer/gisViewer"> <dependent-module archiveName="gis-viewer-3.6.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/gisViewer/gisViewer">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="gcube-gis-viewer-2.2.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/GCubeGisViewer/GCubeGisViewer"> <dependent-module archiveName="geoserverinterface-1.10.4-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoserverinterface/geoserverinterface">
<dependency-type>uses</dependency-type> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/> <property name="java-output-path" value="/${module}/target/www/WEB-INF/classes"/>

View File

@ -17,7 +17,7 @@ Authors
Version and Release Date Version and Release Date
------------------------ ------------------------
v. 3.7.0 June 2014 v. 3.7.1 December 2014
Description Description
----------- -----------

View File

@ -1,4 +1,10 @@
<ReleaseNotes> <ReleaseNotes>
<Changeset
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-7-1"
date="09-12-2014">
<Change>Removed openlayers dependency from pom
</Change>
</Changeset>
<Changeset <Changeset
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-7-0" component="org.gcube.application.speciesmanagement.speciesdiscovery.3-7-0"
date="04-06-2014"> date="04-06-2014">
@ -21,10 +27,12 @@
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-4-0" component="org.gcube.application.speciesmanagement.speciesdiscovery.3-4-0"
date="06-09-2013"> date="06-09-2013">
<Change>Enhancements on GUI of SPD portlet was realized (view last <Change>Enhancements on GUI of SPD portlet was realized (view last
query, new expand button are available)</Change> query, new expand button are available)
</Change>
<Change>The functionalities was updated in order to fit the changes in <Change>The functionalities was updated in order to fit the changes in
the service client. New advanced options are now available: "Expand the service client. New advanced options are now available: "Expand
with synonyms", "Unfold the taxa group by".</Change> with synonyms", "Unfold the taxa group by".
</Change>
</Changeset> </Changeset>
<Changeset <Changeset
component="org.gcube.application.speciesmanagement.speciesdiscovery.3-3-0" component="org.gcube.application.speciesmanagement.speciesdiscovery.3-3-0"

16
pom.xml
View File

@ -19,7 +19,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>species-discovery</artifactId> <artifactId>species-discovery</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>3.7.0-SNAPSHOT</version> <version>3.7.1-SNAPSHOT</version>
<name>gCube Species Discovery</name> <name>gCube Species Discovery</name>
<description> <description>
gCube Species Discovery Portlet lets the users discovery species information from the Species Service. gCube Species Discovery Portlet lets the users discovery species information from the Species Service.
@ -160,12 +160,12 @@
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <!-- <dependency> -->
<groupId>org.gwtopenmaps.openlayers</groupId> <!-- <groupId>org.gwtopenmaps.openlayers</groupId> -->
<artifactId>gwt-openlayers-client</artifactId> <!-- <artifactId>gwt-openlayers-client</artifactId> -->
<version>0.6</version> <!-- <version>0.6</version> -->
<scope>compile</scope> <!-- <scope>compile</scope> -->
</dependency> <!-- </dependency> -->
<!-- GWT-LOG --> <!-- GWT-LOG -->
<dependency> <dependency>
@ -206,7 +206,7 @@
<dependency> <dependency>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
<artifactId>common-scope-maps</artifactId> <artifactId>common-scope-maps</artifactId>
<scope>compile</scope> <scope>provided</scope>
</dependency> </dependency>
<!-- END FWS --> <!-- END FWS -->