diff --git a/RELEASE.md b/RELEASE.md index 9621ebd7d..9a6bee936 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -41,7 +41,7 @@ to generate the metadata as used by Zenodo. Install ``cffconvert`` as follows: pip3 install --user cffconvert # change directory to xenon root dir (if needed) -# cd +cd # check if the CITATION.cff file is valid (if there is no output, that # means it's all good) diff --git a/build.gradle b/build.gradle index aaeace0c3..f9f405e70 100644 --- a/build.gradle +++ b/build.gradle @@ -61,10 +61,10 @@ dependencies { compile group: 'com.google.guava', name: 'guava', version: '19.0' // webdav -// compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0' -// compile group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0' -// compile group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0' -// compile group: 'javax.activation', name: 'activation', version: '1.1.1' + compile group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.0' + compile group: 'com.sun.xml.bind', name: 'jaxb-core', version: '2.3.0' + compile group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '2.3.0' + compile group: 'javax.activation', name: 'activation', version: '1.1.1' compile group: 'com.github.lookfirst', name: 'sardine', version: '5.8' // compile group: 'joda-time', name: 'joda-time', version: '2.8.1'