This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/3.2 by this push:
     new a1dea63969 Fix license check
a1dea63969 is described below

commit a1dea63969d66129de4fdaec54bfbcc535e7ea1f
Author: Albumen Kevin <[email protected]>
AuthorDate: Sun Feb 26 16:43:30 2023 +0800

    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

Reply via email to