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 1
1
load ("@//:common.bzl" , "codeql_fat_jar" , "codeql_java_project" )
2
2
load ("@rules_pkg//pkg:mappings.bzl" , "pkg_files" )
3
3
4
- codeql_java_project (
5
- name = "extractor" ,
6
- deps = [
4
+ java_library (
5
+ name = "deps" ,
6
+ visibility = [":__subpackages__" ],
7
+ exports = [
7
8
"@//extractor:html" ,
8
9
"@//extractor:yaml" ,
9
10
"@//resources/lib/java:commons-compress" ,
10
11
"@//resources/lib/java:gson" ,
11
12
"@//resources/lib/java:jericho-html" ,
12
13
"@//resources/lib/java:slf4j-api" ,
13
14
"@//resources/lib/java:snakeyaml" ,
14
- "@//resources/lib/java/DO_NOT_DISTRIBUTE:junit" ,
15
15
"@//third_party:jackson" ,
16
16
"@//third_party:logback" ,
17
17
"@//util-java7" ,
18
18
"@//util-java8" ,
19
19
],
20
20
)
21
21
22
+ codeql_java_project (
23
+ name = "extractor" ,
24
+ deps = [
25
+ ":deps" ,
26
+ ],
27
+ )
28
+
22
29
pkg_files (
23
30
name = "javascript-extractor-resources" ,
24
31
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