Skip to content

Commit

Permalink
Revert webdav dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaassen committed Jul 31, 2019
1 parent a6fd42c commit 8af9546
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <directory where the CITATION.cff lives>
cd <directory where the CITATION.cff lives>

# check if the CITATION.cff file is valid (if there is no output, that
# means it's all good)
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 8af9546

Please sign in to comment.