From 8af954685e6bafe1a07aa10abd546f33089a64a3 Mon Sep 17 00:00:00 2001 From: Jason Maassen Date: Wed, 31 Jul 2019 16:16:04 +0200 Subject: [PATCH] Revert webdav dependency --- RELEASE.md | 2 +- build.gradle | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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'