Progress on applying csv metadata to rdf

This commit is contained in:
Georgy Litvinov 2020-02-28 18:09:37 +01:00
parent d7330799f2
commit 3da557d82c
5 changed files with 37 additions and 12 deletions

View file

@ -22,6 +22,7 @@ dependencies{
bundledLibs 'org.libreoffice:unoil:5.3.2'
compile 'junit:junit:4.12'
bundledLibs group: 'org.apache.jena', name: 'jena-core', version: '3.14.0'
bundledLibs group: 'com.opencsv', name: 'opencsv', version: '5.1'
bundledLibs files('idl')
configurations.compile.extendsFrom(configurations.bundledLibs)
}