Refs #5109: Provide REST interface for Smart Executor

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

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/vre-management/smart-executor-client@162074 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2018-01-11 08:55:35 +00:00
parent 84323ceacf
commit 74091cf76e
2 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,9 @@
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.vre-management.smart-executor.1.6.0" date="${buildDate}">
<Change></Change>
<Change>Added client for REST interface of Smart Executor #5109</Change>
<Change>Created fallback client presenting as REST client but using SOAP api to support old SmartExecutor instances with new code #5109</Change>
<Change>Deprecated old SOAP client #5109</Change>
</Changeset>
<Changeset component="org.gcube.vre-management.smart-executor.1.5.0" date="2017-25-07">
<Change>Exposed unSchedule(executionIdentifier) API</Change>

View File

@ -57,7 +57,7 @@
<dependency>
<groupId>org.gcube.vremanagement</groupId>
<artifactId>smart-executor-api</artifactId>
<version>[1.8.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[1.7.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>