diff --git a/.gitignore b/.gitignore index 30c3a67..b6d1d6e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target/ /test.log +/DetachedREsData.xml diff --git a/CHANGELOG.md b/CHANGELOG.md index 3246855..bccab96 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## [v1.2.0-SNAPSHOT] - - Updated to gcube-bom 2.5.0-SNAPSHOT + - Updated to gcube-bom 2.4.1 diff --git a/changelog.xml b/changelog.xml index acc1a03..5a94013 100755 --- a/changelog.xml +++ b/changelog.xml @@ -2,7 +2,7 @@ - Updated to gcube-bom 2.5.0-SNAPSHOT + Updated to gcube-bom 2.4.1 org.gcube.distribution gcube-bom - 2.5.0-SNAPSHOT + 2.4.1 pom import @@ -179,10 +179,12 @@ - + org.apache.maven.plugins maven-surefire-plugin - 2.22.0 + + true + org.apache.maven.surefire @@ -191,7 +193,7 @@ - + @@ -218,7 +220,7 @@ - + maven-compiler-plugin diff --git a/src/test/java/org/gcube/infrastructure/detachedres/detachedreslibrary/DetachedREsTest.java b/src/test/java/org/gcube/infrastructure/detachedres/detachedreslibrary/DetachedREsTest.java index 231a2b7..c4fd614 100755 --- a/src/test/java/org/gcube/infrastructure/detachedres/detachedreslibrary/DetachedREsTest.java +++ b/src/test/java/org/gcube/infrastructure/detachedres/detachedreslibrary/DetachedREsTest.java @@ -195,6 +195,7 @@ public class DetachedREsTest extends TestCase { } } + @Ignore @Test public void testDetachedREsUnMarshaller() { if (Constants.TEST_ENABLE) {