mirror of https://github.com/apache/druid.git
Add missing license for jakarta.activation against module druid-avro-extensions (#13845)
This commit is contained in:
parent
6bb5effa7b
commit
54da38b508
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: packaging check
|
||||
run: |
|
||||
./.github/scripts/setup_generate_license.sh
|
||||
${MVN} clean install -Prat -Pbundle-contrib-exts --fail-at-end \
|
||||
${MVN} clean install -Prat --fail-at-end \
|
||||
-pl '!benchmarks, !distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -Dweb.console.skip=false -T1C
|
||||
${MVN} install -Prat -Pdist -Pbundle-contrib-exts --fail-at-end \
|
||||
-pl 'distribution' ${MAVEN_SKIP} ${MAVEN_SKIP_TESTS} -Dweb.console.skip=false -T1C
|
||||
|
|
|
@ -5064,6 +5064,15 @@ libraries:
|
|||
|
||||
---
|
||||
|
||||
name: jakarta.activation
|
||||
license_category: binary
|
||||
module: extensions/druid-avro-extensions
|
||||
license_name: Eclipse Distribution License 1.0
|
||||
version: 1.2.1
|
||||
libraries:
|
||||
- com.sun.activation: jakarta.activation
|
||||
|
||||
---
|
||||
|
||||
# Web console modules start
|
||||
name: "@babel/code-frame"
|
||||
|
|
Loading…
Reference in New Issue