File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/org/apache/beam/sdk/testing Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ dependencies {
3232 // Needed to resolve TestPipeline's JUnit 4 TestRule type and @Category at compile time,
3333 // but should not leak to consumers at runtime.
3434 provided library. java. junit
35+ permitUnusedDeclared(library. java. junit)
3536
3637 // JUnit 5 API needed to compile the extension; not packaged for consumers of core.
3738 provided library. java. jupiter_api
Original file line number Diff line number Diff line change 2424import java .util .Collection ;
2525import org .apache .beam .sdk .options .ApplicationNameOptions ;
2626import org .apache .beam .sdk .options .PipelineOptions ;
27- import org .apache .beam .vendor .grpc . v1p69p0 .com .google .common .collect .ImmutableList ;
27+ import org .apache .beam .vendor .guava . v32_1_2_jre .com .google .common .collect .ImmutableList ;
2828import org .checkerframework .checker .nullness .qual .Nullable ;
2929import org .junit .jupiter .api .extension .AfterEachCallback ;
3030import org .junit .jupiter .api .extension .BeforeEachCallback ;
You can’t perform that action at this time.
0 commit comments