Revision 60989
Added by Claudio Atzori almost 2 years ago
modules/dnet-openaireplus-workflows/trunk/src/main/java/eu/dnetlib/msro/openaireplus/workflows/nodes/dhp/DeleteMDStoreHadoopJobNode.java | ||
---|---|---|
35 | 35 |
.buildAndExpand(params) |
36 | 36 |
.toUri(); |
37 | 37 |
|
38 |
log.info("delete mdstore request: " + uri.toASCIIString()); |
|
39 |
|
|
38 | 40 |
final RestTemplate restTemplate = new RestTemplate(); |
39 | 41 |
restTemplate.delete(uri); |
40 | 42 |
|
modules/dnet-openaireplus-workflows/trunk/pom.xml | ||
---|---|---|
10 | 10 |
<groupId>eu.dnetlib</groupId> |
11 | 11 |
<artifactId>dnet-openaireplus-workflows</artifactId> |
12 | 12 |
<packaging>jar</packaging> |
13 |
<version>7.1.11-SNAPSHOT</version>
|
|
13 |
<version>7.1.12-SNAPSHOT</version>
|
|
14 | 14 |
|
15 | 15 |
<scm> |
16 | 16 |
<developerConnection>scm:svn:https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-openaireplus-workflows/trunk</developerConnection> |
Also available in: Unified diff
more logging, bumped version