Skip to content

Commit 465eb00

Browse files
committed
More fine-grained dependency on internal extractors.
1 parent f6ae752 commit 465eb00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

javascript/extractor/BUILD.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ load("@//:common.bzl", "codeql_java_project")
33
codeql_java_project(
44
name = "extractor",
55
deps = [
6-
"@//extractor",
6+
"@//extractor:html",
7+
"@//extractor:yaml",
78
"@//resources/lib/java:commons-compress",
89
"@//resources/lib/java:gson",
910
"@//resources/lib/java:jericho-html",

0 commit comments

Comments
 (0)