Skip to content

Commit 7b5eea0

Browse files
simonreschkyakdan
authored andcommitted
chore: remove ineffective "jar" packaging type
This silences a bazel DEBUG warning.
1 parent 5aa3546 commit 7b5eea0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ SHADED_RUNTIME_MAVEN_ARTIFACTS = [
4040
# renovate: keep updated
4141
"com.github.jsqlparser:jsqlparser:4.9",
4242
"com.google.errorprone:error_prone_annotations:2.42.0",
43-
"io.github.classgraph:classgraph:jar:4.8.184",
43+
"io.github.classgraph:classgraph:4.8.184",
4444
"net.bytebuddy:byte-buddy-agent:1.17.8",
45-
"net.jodah:typetools:jar:0.6.3",
45+
"net.jodah:typetools:0.6.3",
4646
"org.ow2.asm:asm:9.9",
4747
"org.ow2.asm:asm-commons:9.9",
4848
"org.ow2.asm:asm-tree:9.9",

maven_install.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL",
3-
"__INPUT_ARTIFACTS_HASH": -1805494723,
3+
"__INPUT_ARTIFACTS_HASH": 1247073039,
44
"__RESOLVED_ARTIFACTS_HASH": -141517399,
55
"conflict_resolution": {
66
"com.google.code.gson:gson:2.8.6": "com.google.code.gson:gson:2.8.9",

0 commit comments

Comments
 (0)