Skip to content

Commit

Permalink
Add dependency detection (#9)
Browse files Browse the repository at this point in the history
* Add dependency detection

* Manually identify LICENSE of third-party dependencies
  • Loading branch information
linghengqian authored Sep 2, 2024
1 parent 4e83410 commit d4458d7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: apache/skywalking-eyes/[email protected]
- uses: apache/skywalking-eyes/[email protected]
test-ci:
name: Test - JDK ${{ matrix.java }} on ${{ matrix.os }}
if: github.repository == 'linghengqian/hive-server2-jdbc-driver'
Expand Down
22 changes: 22 additions & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,25 @@ header:
dependency:
files:
- pom.xml
licenses:
- name: org.apache.hadoop.thirdparty:hadoop-shaded-guava
version: 1.1.1
license: Apache-2.0
- name: org.apache.zookeeper:zookeeper
version: 3.6.3,3.8.3
license: Apache-2.0
- name: com.google.guava:failureaccess
version: "1.0"
license: Apache-2.0
- name: com.google.guava:listenablefuture
version: 9999.0-empty-to-avoid-conflict-with-guava
license: Apache-2.0
- name: org.apache.zookeeper:zookeeper-jute
version: 3.6.3,3.8.3
license: Apache-2.0
- name: org.slf4j:slf4j-api
version: 1.7.30
license: MIT
- name: org.codehaus.woodstox:stax2-api
version: 4.2.1
license: BSD-2-Clause

0 comments on commit d4458d7

Please sign in to comment.