Skip to content

Commit

Permalink
deltazulu@ update org.objectweb.asm from v7.0 to v8.0
Browse files Browse the repository at this point in the history
Update third_party/... only.

Closes bazelbuild#11249.

Signed-off-by: Philipp Wollermann <[email protected]>
  • Loading branch information
dx404 authored and philwo committed May 4, 2020
1 parent 12c6db5 commit f248919
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -151,35 +151,35 @@ java_import(

java_import(
name = "asm",
jars = ["asm/asm-7.0.jar"],
srcjar = "asm/asm-7.0-sources.jar",
jars = ["asm/asm-8.0.jar"],
srcjar = "asm/asm-8.0-sources.jar",
)

java_import(
name = "asm-analysis",
jars = ["asm/asm-analysis-7.0.jar"],
srcjar = "asm/asm-analysis-7.0-sources.jar",
jars = ["asm/asm-analysis-8.0.jar"],
srcjar = "asm/asm-analysis-8.0-sources.jar",
runtime_deps = [":asm-tree"],
)

java_import(
name = "asm-commons",
jars = ["asm/asm-commons-7.0.jar"],
srcjar = "asm/asm-commons-7.0-sources.jar",
jars = ["asm/asm-commons-8.0.jar"],
srcjar = "asm/asm-commons-8.0-sources.jar",
runtime_deps = [":asm-tree"],
)

java_import(
name = "asm-tree",
jars = ["asm/asm-tree-7.0.jar"],
srcjar = "asm/asm-tree-7.0-sources.jar",
jars = ["asm/asm-tree-8.0.jar"],
srcjar = "asm/asm-tree-8.0-sources.jar",
runtime_deps = [":asm"],
)

java_import(
name = "asm-util",
jars = ["asm/asm-util-7.0.jar"],
srcjar = "asm/asm-util-7.0-sources.jar",
jars = ["asm/asm-util-8.0.jar"],
srcjar = "asm/asm-util-8.0-sources.jar",
runtime_deps = [":asm-tree"],
)

Expand Down
Binary file removed third_party/asm/asm-7.0-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-7.0.jar
Binary file not shown.
Binary file added third_party/asm/asm-8.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-8.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-analysis-7.0-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-analysis-7.0.jar
Binary file not shown.
Binary file added third_party/asm/asm-analysis-8.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-analysis-8.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-commons-7.0-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-commons-7.0.jar
Binary file not shown.
Binary file added third_party/asm/asm-commons-8.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-commons-8.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-tree-7.0-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-tree-7.0.jar
Binary file not shown.
Binary file added third_party/asm/asm-tree-8.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-tree-8.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-util-7.0-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-util-7.0.jar
Binary file not shown.
Binary file added third_party/asm/asm-util-8.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-util-8.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions third_party/java/jacoco/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ filegroup(
["*-src.jar"],
allow_empty = True,
) + ["LICENSE"] + [
"//third_party:asm/asm-7.0-sources.jar",
"//third_party:asm/asm-analysis-7.0-sources.jar",
"//third_party:asm/asm-commons-7.0-sources.jar",
"//third_party:asm/asm-8.0-sources.jar",
"//third_party:asm/asm-analysis-8.0-sources.jar",
"//third_party:asm/asm-commons-8.0-sources.jar",
],
)

Expand Down

0 comments on commit f248919

Please sign in to comment.