Skip to content

Commit

Permalink
Mark Avro as provided in harness JAR (#29412) (#29415)
Browse files Browse the repository at this point in the history
* Mark Avro as provided in harness JAR

* Add permitUnusedDeclared for Avro

Co-authored-by: Bruno Volpato <bvolpato@google.com>
  • Loading branch information
damccorm and bvolpato committed Nov 13, 2023
1 parent d9248c8 commit 55e7d19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdks/java/harness/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
provided project(path: ":model:pipeline", configuration: "shadow")
provided project(path: ":sdks:java:core", configuration: "shadow")
provided project(path: ":sdks:java:transform-service:launcher", configuration: "shadow")
provided library.java.avro
provided library.java.joda_time
provided library.java.slf4j_api
provided library.java.vendored_grpc_1_54_0
Expand Down Expand Up @@ -93,4 +94,5 @@ dependencies {
shadowTestRuntimeClasspath project(path: ":sdks:java:core", configuration: "shadowTest")
testImplementation project(path: ":sdks:java:fn-execution", configuration: "testRuntimeMigration")
shadowTestRuntimeClasspath library.java.slf4j_jdk14
permitUnusedDeclared library.java.avro
}

0 comments on commit 55e7d19

Please sign in to comment.