Bumps [jaxen](https://github.com/atlassian/jaxen) from 1.1-beta-8 to 1.2.0-atlassian-2. - [Release notes](https://github.com/atlassian/jaxen/releases) - [Commits](https://github.com/atlassian/jaxen/commits) Signed-off-by: dependabot[bot] <support@github.com>
14 lines
365 B
Groovy
14 lines
365 B
Groovy
dependencies {
|
|
runtime 'dom4j:dom4j:1.6.1'
|
|
runtime 'jaxen:jaxen:1.2.0-atlassian-2'
|
|
runtime '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'
|
|
}
|