]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 add a comment about lib diffutils
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 Mar 2020 20:30:42 +0000 (21:30 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 25 Mar 2020 20:03:54 +0000 (20:03 +0000)
build.gradle

index be3edd811a1735cd6c97978efad47844b4b61132..ce1b8e8dabeabfb7159e42a8f5f79f9ab8fd36a2 100644 (file)
@@ -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'