ref 18190: Configure SAI and DM to support KNIME 4.1
https://support.d4science.org/issues/18190 Updated to support Knime-Workflow 4.1
This commit is contained in:
parent
90b8f860e4
commit
6765d10607
2
pom.xml
2
pom.xml
|
@ -12,7 +12,7 @@
|
|||
<groupId>org.gcube.dataanalysis</groupId>
|
||||
<artifactId>dataminer-pool-manager</artifactId>
|
||||
<packaging>war</packaging>
|
||||
<version>2.6.0</version>
|
||||
<version>2.6.0-SNAPSHOT</version>
|
||||
|
||||
<name>dataminer-pool-manager</name>
|
||||
<description>DataMiner Pool Manager is a service to support the integration of algorithms in D4Science Infrastructure</description>
|
||||
|
|
|
@ -163,6 +163,7 @@ public abstract class AbstractConfiguration
|
|||
"<deps-r>***REMOVED***$resource/Profile/Body/"+type+"/deps-r/text()***REMOVED***</deps-r>"+
|
||||
"<deps-java>***REMOVED***$resource/Profile/Body/"+type+"/deps-java/text()***REMOVED***</deps-java>"+
|
||||
"<deps-knime-workflow>***REMOVED***$resource/Profile/Body/"+type+"/deps-knime-workflow/text()***REMOVED***</deps-knime-workflow >"+
|
||||
"<deps-knime-workflow4_1>***REMOVED***$resource/Profile/Body/"+type+"/deps-knime-workflow4_1/text()***REMOVED***</deps-knime-workflow4_1>"+
|
||||
"<deps-octave>***REMOVED***$resource/Profile/Body/"+type+"/deps-octave/text()***REMOVED***</deps-octave>"+
|
||||
"<deps-python>***REMOVED***$resource/Profile/Body/"+type+"/deps-python/text()***REMOVED***</deps-python>"+
|
||||
"<deps-python3_6>***REMOVED***$resource/Profile/Body/"+type+"/deps-python3_6/text()***REMOVED***</deps-python3_6>"+
|
||||
|
|
|
@ -84,6 +84,8 @@ public abstract class SVNUpdater ***REMOVED***
|
|||
return configuration.getSVNJavaDepsList();
|
||||
case "Knime-Workflow":
|
||||
return configuration.getSVNKWDepsList();
|
||||
case "Knime-Workflow4.1":
|
||||
return configuration.getSVNKW4_1DepsList();
|
||||
case "Linux-compiled":
|
||||
return configuration.getSVNLinuxCompiledDepsList();
|
||||
case "Octave":
|
||||
|
|
Loading…
Reference in New Issue