File tree Expand file tree Collapse file tree 15 files changed +11
-4
lines changed
Expand file tree Collapse file tree 15 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11load ("@//:common.bzl" , "codeql_fat_jar" , "codeql_java_project" )
22load ("@rules_pkg//pkg:mappings.bzl" , "pkg_files" )
33
4- codeql_java_project (
5- name = "extractor" ,
6- deps = [
4+ java_library (
5+ name = "deps" ,
6+ visibility = [":__subpackages__" ],
7+ exports = [
78 "@//extractor:html" ,
89 "@//extractor:yaml" ,
910 "@//resources/lib/java:commons-compress" ,
1011 "@//resources/lib/java:gson" ,
1112 "@//resources/lib/java:jericho-html" ,
1213 "@//resources/lib/java:slf4j-api" ,
1314 "@//resources/lib/java:snakeyaml" ,
14- "@//resources/lib/java/DO_NOT_DISTRIBUTE:junit" ,
1515 "@//third_party:jackson" ,
1616 "@//third_party:logback" ,
1717 "@//util-java7" ,
1818 "@//util-java8" ,
1919 ],
2020)
2121
22+ codeql_java_project (
23+ name = "extractor" ,
24+ deps = [
25+ ":deps" ,
26+ ],
27+ )
28+
2229pkg_files (
2330 name = "javascript-extractor-resources" ,
2431 srcs = glob (["resources/**" ]),
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments