Project

General

Profile

Actions

Task #2544

closed

Update Dataminer provisioning scripts

Added by Gianpaolo Coro about 9 years ago. Updated almost 9 years ago.

Status:
Closed
Priority:
Normal
Category:
High-Throughput-Computing
Start date:
Mar 10, 2016
Due date:
% Done:

100%

Estimated time:
Infrastructure:
Development, Production

Description

Please, update dataminer provisioning scripts with the following information (also available on the Wiki now):

1 - Substitute the 52n-wps-server-3.3.2-X.jar and 52n-wps-algorithm-3.3.2-X.jar with the corresponding jars on our Maven gcube-externals repository:

(Repository: "gCube Externals")

 <dependency>
   <groupId>rapidminer-custom</groupId>
   <artifactId>52n-wps-server-d4science</artifactId>
   <version>3.3.2</version>
 </dependency>
 <dependency>
   <groupId>rapidminer-custom</groupId>
   <artifactId>52n-wps-algorithm-d4science</artifactId>
   <version>3.3.2</version>
 </dependency>

2 - add the following dependency to the pom

<dependency>
 <groupId>javassist</groupId>
 <artifactId>javassist</artifactId>
 <version>3.12.1.GA</version>
</dependency>
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 8.91 MB)