helma/modules/jala/build.gradle
renovate[bot] fd15c4703f
Update dependency dom4j:dom4j to v20040902 [SECURITY] (#96)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-02-19 22:17:28 +00:00

14 lines
380 B
Groovy

dependencies {
runtimeOnly 'dom4j:dom4j:20040902.021138'
runtimeOnly 'jaxen:jaxen:1.1-beta-8'
runtimeOnly 'net.sf.javamusictag:jid3lib:0.5.4'
// FIXME: Did not find these two or appropriate replacements for them
//runtime 'id3:de.ueberdosis.mp3info:1.6.0d9'
//runtime 'javadns:org.wonderly:?'
}
task deps(type: Copy) {
from sourceSets.main.runtimeClasspath
into 'lib'
}