From 34fca9b1d91d6155e508b9b791787ce545ac495a Mon Sep 17 00:00:00 2001 From: Sagar Upadhyaya Date: Thu, 7 Apr 2022 13:18:55 -0700 Subject: [PATCH] Enable dependency license check and removing unused license Signed-off-by: Sagar Upadhyaya --- build.gradle | 4 ---- licenses/paranamer-LICENSE.txt | 8 -------- licenses/paranamer-NOTICE.txt | 0 3 files changed, 12 deletions(-) delete mode 100644 licenses/paranamer-LICENSE.txt delete mode 100644 licenses/paranamer-NOTICE.txt diff --git a/build.gradle b/build.gradle index ff9a93b0..c28767db 100644 --- a/build.gradle +++ b/build.gradle @@ -212,9 +212,6 @@ checkstyleMain.enabled = false checkstyleTest.enabled = false dependencies { - if (JavaVersion.current() <= JavaVersion.VERSION_1_8) { - implementation files("${System.properties['java.home']}/../lib/tools.jar") - } def jacksonVersion = "2.12.6" def nettyVersion = "4.1.73.Final" @@ -323,7 +320,6 @@ dependencies { } dependencyLicenses { - enabled false mapping from: /jackson-.*/, to: 'jackson' } diff --git a/licenses/paranamer-LICENSE.txt b/licenses/paranamer-LICENSE.txt deleted file mode 100644 index 97c8034a..00000000 --- a/licenses/paranamer-LICENSE.txt +++ /dev/null @@ -1,8 +0,0 @@ -This copy of Jackson JSON processor databind module is licensed under the -Apache (Software) License, version 2.0 ("the License"). -See the License for details about distribution rights, and the -specific rights regarding derivate works. - -You may obtain a copy of the License at: - -http://www.apache.org/licenses/LICENSE-2.0 \ No newline at end of file diff --git a/licenses/paranamer-NOTICE.txt b/licenses/paranamer-NOTICE.txt deleted file mode 100644 index e69de29b..00000000