Skip to content

Commit

Permalink
Update to ASM 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Nov 2, 2018
1 parent 2fd828c commit f4a35eb
Show file tree
Hide file tree
Showing 21 changed files with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,35 +170,35 @@ java_import(

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

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

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

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

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

Expand Down
Binary file removed third_party/asm/asm-6.2.1-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-6.2.1.jar
Binary file not shown.
Binary file added third_party/asm/asm-7.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-7.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-analysis-6.2.1-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-analysis-6.2.1.jar
Binary file not shown.
Binary file added third_party/asm/asm-analysis-7.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-analysis-7.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-commons-6.2.1-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-commons-6.2.1.jar
Binary file not shown.
Binary file added third_party/asm/asm-commons-7.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-commons-7.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-tree-6.2.1-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-tree-6.2.1.jar
Binary file not shown.
Binary file added third_party/asm/asm-tree-7.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-tree-7.0.jar
Binary file not shown.
Binary file removed third_party/asm/asm-util-6.2.1-sources.jar
Binary file not shown.
Binary file removed third_party/asm/asm-util-6.2.1.jar
Binary file not shown.
Binary file added third_party/asm/asm-util-7.0-sources.jar
Binary file not shown.
Binary file added third_party/asm/asm-util-7.0.jar
Binary file not shown.

0 comments on commit f4a35eb

Please sign in to comment.