From: Simon Brandhof Date: Tue, 24 Mar 2020 20:30:42 +0000 (+0100) Subject: SONAR-13155 add a comment about lib diffutils X-Git-Tag: 8.3.0.34182~86 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb1fc30c39a95db91a7e3c9a5b0cbbfd8fa13cf9;p=sonarqube.git SONAR-13155 add a comment about lib diffutils --- diff --git a/build.gradle b/build.gradle index be3edd811a1..ce1b8e8dabe 100644 --- a/build.gradle +++ b/build.gradle @@ -184,6 +184,9 @@ subprojects { entry 'scribejava-apis' entry 'scribejava-core' } + // This project is no longer maintained and was forked + // by https://github.com/java-diff-utils/java-diff-utils + // (io.github.java-diff-utils:java-diff-utils). dependency 'com.googlecode.java-diff-utils:diffutils:1.2' dependency('com.googlecode.json-simple:json-simple:1.1.1') { exclude 'junit:junit'