Skip to content

Commit

Permalink
Add missing license for jakarta.activation against module druid-avro-…
Browse files Browse the repository at this point in the history
…extensions (#13845)
  • Loading branch information
kfaraz committed Feb 26, 2023
1 parent 6bb5eff commit 54da38b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
9 changes: 9 additions & 0 deletions licenses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54da38b

Please sign in to comment.