Added new dependency
This commit is contained in:
parent
1f02bc43ac
commit
b7eab886e8
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ dependencies{
|
|||
bundledLibs group: 'org.apache.jena', name: 'jena-arq', version: '3.15.0'
|
||||
bundledLibs group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
|
||||
bundledLibs group: 'com.opencsv', name: 'opencsv', version: '5.1'
|
||||
bundledLibs group: 'org.apache.commons', name: 'commons-imaging', version: '1.0-alpha2'
|
||||
|
||||
configurations.compile.extendsFrom(configurations.bundledLibs)
|
||||
}
|
||||
jar {
|
||||
|
|
Loading…
Add table
Reference in a new issue