From a7fece62185ab3a0974b78c63999e19a0b437422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Mon, 5 Apr 2021 11:16:42 +0200 Subject: [PATCH] Add Java dependency for HtmlDocument module to Gradle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 1.1-beta-8 of Jaxen should be the correct version ⚠️ Modules were not tested after upgrade --- modules/jala/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/jala/build.gradle b/modules/jala/build.gradle index bc51a309..715ff10d 100644 --- a/modules/jala/build.gradle +++ b/modules/jala/build.gradle @@ -1,5 +1,8 @@ dependencies { 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) {