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

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


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

commit d52c59b94c3eb5c5ee0dd057c367ceef6c3e2376
Author: Albumen Kevin <[email protected]>
AuthorDate: Fri Feb 24 21:26:44 2023 +0800

    Fix license check
---
 .licenserc.yaml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/.licenserc.yaml b/.licenserc.yaml
index 04f643df2f..651c2f5076 100644
--- a/.licenserc.yaml
+++ b/.licenserc.yaml
@@ -8,9 +8,9 @@ header:
       The ASF licenses this file to You under the Apache License, Version 2.0
       (the "License"); you may not use this file except in compliance with
       the License.  You may obtain a copy of the License at
-      
+
           http://www.apache.org/licenses/LICENSE-2.0
-      
+
       Unless required by applicable law or agreed to in writing, software
       distributed under the License is distributed on an "AS IS" BASIS,
       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -192,7 +192,9 @@ dependency:
       license: EPL-2.0
     - name: org.glassfish:jakarta.el
       license: EPL-2.0
-    - name: org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec
-      license: CDDL-1.1
+    - name: org.jboss.spec.javax.ws.rs:jboss-jaxrs-api_2.1_spec
+      license: EPL-2.0
+    - name: org.jboss.spec.javax.annotation:jboss-annotations-api_1.3_spec
+      license: EPL-2.0
   excludes:
     - name: javax.xml.bind:jsr173_api

Reply via email to