Skip to content

Commit

Permalink
Declare byte_buddy within the shadow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
cushon committed Jul 15, 2022
1 parent 5e8f027 commit c88e692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sdks/java/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ dependencies {
shadow project(path: ":model:job-management", configuration: "shadow")
shadow library.java.vendored_grpc_1_43_2
shadow library.java.vendored_guava_26_0_jre
shadow library.java.byte_buddy
implementation library.java.antlr_runtime
implementation library.java.byte_buddy
implementation library.java.commons_compress
implementation library.java.commons_lang3
testImplementation library.java.mockito_inline
Expand Down
1 change: 0 additions & 1 deletion sdks/java/harness/jmh/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies {
implementation project(path: ":sdks:java:harness", configuration: "shadow")
implementation project(":runners:java-fn-execution")
runtimeOnly library.java.slf4j_jdk14
runtimeOnly library.java.byte_buddy
jammAgent library.java.jamm
}

Expand Down

0 comments on commit c88e692

Please sign in to comment.