Added support to new JWT token via URI Resolver [#23107]

This commit is contained in:
Giancarlo Panichi 2022-04-07 15:32:12 +02:00
parent 713de1799a
commit 5cdcf50f1e
3 changed files with 5 additions and 5 deletions

View File

@ -59,10 +59,10 @@
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/> <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/resources"/>
<dependent-module archiveName="dataminer-1.9.0-SNAPSHOT.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> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>
<dependent-module archiveName="ecological-engine-smart-executor-1.6.7-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/ecological-engine-smart-executor/ecological-engine-smart-executor"> <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> <dependency-type>uses</dependency-type>
</dependent-module> </dependent-module>

View File

@ -1,6 +1,6 @@
# Changelog # Changelog
## [v1.2.0-SNAPSHOT] - 2022-04-05 ## [v1.2.0] - 2022-04-05
- Added support to new JWT token via URI Resolver [#23107] - Added support to new JWT token via URI Resolver [#23107]

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-analysis</groupId> <groupId>org.gcube.data-analysis</groupId>
<artifactId>wps</artifactId> <artifactId>wps</artifactId>
<version>1.2.0-SNAPSHOT</version> <version>1.2.0</version>
<name>WPS</name> <name>WPS</name>
<description>A service implementing a WPS provider in the D4Science e-Infrastructure</description> <description>A service implementing a WPS provider in the D4Science e-Infrastructure</description>
@ -109,7 +109,7 @@
<dependency> <dependency>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>dataminer</artifactId> <artifactId>dataminer</artifactId>
<version>[1.8.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[1.8.0, 2.0.0-SNAPSHOT)</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>commons-logging</artifactId> <artifactId>commons-logging</artifactId>