Merge pull request 'feature/23107' (!1) from feature/23107 into master
Reviewed-on: #1
This commit is contained in:
commit
23a0c20946
|
@ -59,7 +59,10 @@
|
|||
|
||||
|
||||
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
|
||||
<dependent-module archiveName="dataminer-1.8.1.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
|
||||
<dependent-module archiveName="dataminer-1.9.0.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/dataminer/dataminer">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
<dependent-module archiveName="ecological-engine-smart-executor-1.6.7.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor">
|
||||
<dependency-type>uses</dependency-type>
|
||||
</dependent-module>
|
||||
|
||||
|
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## [v1.2.0] - 2022-04-05
|
||||
|
||||
- Added support to new JWT token via URI Resolver [#23107]
|
||||
|
||||
|
||||
## [v1.1.10] - 2022-03-21
|
||||
|
||||
- Update wps service to support not writing of the computation status to the user's workspace [#23054]
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-2-0"
|
||||
date="2022-04-05">
|
||||
<Change>Added support to new JWT token via URI Resolver [#23107]</Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-analysis.wps.1-1-10"
|
||||
date="2022-03-26">
|
||||
<Change>Update wps service to support not writing of the computation status to the user's workspace [#23054]</Change>
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -4,7 +4,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.gcube.data-analysis</groupId>
|
||||
<artifactId>wps</artifactId>
|
||||
<version>1.1.10</version>
|
||||
<version>1.2.0</version>
|
||||
<name>WPS</name>
|
||||
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
|
||||
|
||||
|
@ -109,7 +109,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>dataminer</artifactId>
|
||||
<version>[1.8.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[1.8.0, 2.0.0-SNAPSHOT)</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
|
|
Loading…
Reference in New Issue