Skip to content

Commit 96e3448

Browse files
authored
Add a temporary bypass for maven com.google.errorprone/error_prone_annotations package (#30)
### Description Temporary addition due to ClearlyDefined error clearlydefined/curated-data#30203 ### Testing n/a
1 parent d61af1f commit 96e3448

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/dependency-review.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
# (https://github.com/hyperweb-io/strfy-js/pull/2)
7474
# npm/nested-obj: Temporary addition due to upstream non-compliance with SPDX
7575
# (https://github.com/pyramation/nested-obj/pull/1)
76+
# maven/com.google.errorprone/error_prone_annotations: Temporary addition due to ClearlyDefined error
77+
# (https://github.com/clearlydefined/curated-data/pull/30203)
7678
allow-dependencies-licenses: >-
7779
pkg:npm/%2540lancedb/lancedb,
7880
pkg:npm/%2540lancedb/lancedb-darwin-arm64,
@@ -93,6 +95,7 @@ jobs:
9395
pkg:npm/pg-proto-parser,
9496
pkg:npm/strfy-js,
9597
pkg:npm/nested-obj,
96-
pkg:pypi/charset-normalizer
98+
pkg:pypi/charset-normalizer,
99+
pkg:maven/com.google.errorprone/error_prone_annotations
97100
98101
comment-summary-in-pr: on-failure

0 commit comments

Comments
 (0)