Actions
Task #2544
closedUpdate Dataminer provisioning scripts
Status:
Closed
Priority:
Normal
Assignee:
Category:
High-Throughput-Computing
Target version:
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