Add Java dependency for HtmlDocument module to Gradle
Version 1.1-beta-8 of Jaxen should be the correct version
⚠️ Modules were not tested after upgrade
This commit is contained in:
parent
ed5aac7f66
commit
a7fece6218
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
dependencies {
|
dependencies {
|
||||||
runtime 'dom4j:dom4j:1.6.1'
|
runtime 'dom4j:dom4j:1.6.1'
|
||||||
|
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'
|
||||||
|
//runtime 'javadns:org.wonderly:?'
|
||||||
|
runtime 'jaxen:jaxen:1.1-beta-8'
|
||||||
}
|
}
|
||||||
|
|
||||||
task deps(type: Copy) {
|
task deps(type: Copy) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue