aboutsummaryrefslogtreecommitdiff
path: root/spark-common/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2020-03-06 17:27:26 +0000
committerLuck <git@lucko.me>2020-03-06 17:27:26 +0000
commit4eff32f040d023e225937c1a59583f1e89b2cac2 (patch)
tree5728fae71c32705cadea07c09acf868e2e4aafda /spark-common/build.gradle
parent9b7dd3af75f0b2cc76dfd5a5d317874fa21b4856 (diff)
downloadspark-4eff32f040d023e225937c1a59583f1e89b2cac2.tar.gz
spark-4eff32f040d023e225937c1a59583f1e89b2cac2.tar.bz2
spark-4eff32f040d023e225937c1a59583f1e89b2cac2.zip
Treat different methods (not just methods with the same name) as different stack nodes & include method descriptions in proto data
Diffstat (limited to 'spark-common/build.gradle')
-rw-r--r--spark-common/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-common/build.gradle b/spark-common/build.gradle
index df33721..dbc02da 100644
--- a/spark-common/build.gradle
+++ b/spark-common/build.gradle
@@ -3,6 +3,7 @@ plugins {
}
dependencies {
+ compile 'org.ow2.asm:asm:7.1'
compile 'com.google.protobuf:protobuf-java:3.0.0'
compile 'com.squareup.okhttp3:okhttp:3.14.1'
compile 'com.squareup.okio:okio:1.17.3'