ref 18964: Create a Generic Resource to record Dismissed VREs

https://support.d4science.org/issues/18964

Create a library to support the resource access
This commit is contained in:
Giancarlo Panichi 2020-04-09 18:14:58 +02:00
parent b1786b53d2
commit 6267310ee0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.infrastructure.detachedres</groupId>
<artifactId>detachedres-library</artifactId>
<name>detachedres-library</name>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>Detached Resource Entities Library</description>

View File

@ -222,7 +222,7 @@ public class DetachedREsTest extends TestCase {
Unmarshaller jaxbUnmarshaller = jaxbContext.createUnmarshaller();
DetachedREsJAXB configUnmarshalled = (DetachedREsJAXB) jaxbUnmarshaller.unmarshal(file);
logger.debug("DetachedREs unmarshallded: " + configUnmarshalled);
//file.delete();
file.delete();
logger.info("Success!");
assertTrue(true);