Progress on applying csv metadata to rdf
This commit is contained in:
parent
d7330799f2
commit
3da557d82c
5 changed files with 37 additions and 12 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue