From a1dea63969d66129de4fdaec54bfbcc535e7ea1f Mon Sep 17 00:00:00 2001 From: Albumen Kevin Date: Sun, 26 Feb 2023 16:43:30 +0800 Subject: [PATCH] Fix license check --- .licenserc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.licenserc.yaml b/.licenserc.yaml index 9b593b5e53..8d0f30f4c5 100644 --- a/.licenserc.yaml +++ b/.licenserc.yaml @@ -186,6 +186,12 @@ dependency: license: Apache-2.0 - name: org.slf4j:jul-to-slf4j license: Apache-2.0 + - name: org.codehaus.plexus:plexus-interpolation + license: Apache-2.0 + - name: org.sonatype.plexus:plexus-sec-dispatcher + license: Apache-2.0 + - name: org.sonatype.plexus:plexus-cipher + license: Apache-2.0 # multi license - name: org.javassist:javassist license: Apache-2.0