From 34b3a5d578ad53eb862f332f8d83bf74061489e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobi=20Sch=C3=A4fer?= Date: Mon, 5 Apr 2021 11:25:48 +0200 Subject: [PATCH] Add comment to unresolved deps --- modules/jala/build.gradle | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/jala/build.gradle b/modules/jala/build.gradle index d76cec69..03af86e8 100644 --- a/modules/jala/build.gradle +++ b/modules/jala/build.gradle @@ -1,9 +1,11 @@ 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' 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) {