Commit edbdea8 1 parent f887039 commit edbdea8 Copy full SHA for edbdea8
File tree 1 file changed +8
-10
lines changed
1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 249
249
<groupId >org.apache.beam</groupId >
250
250
<artifactId >beam-runners-direct-java</artifactId >
251
251
<version >${beam.version} </version >
252
- <exclusions >
253
- <exclusion >
254
- <groupId >org.hamcrest</groupId >
255
- <artifactId >hamcrest</artifactId >
256
- </exclusion >
257
- </exclusions >
258
252
</dependency >
259
253
<dependency >
260
254
<groupId >org.apache.beam</groupId >
265
259
<groupId >junit</groupId >
266
260
<artifactId >junit</artifactId >
267
261
</exclusion >
268
- <exclusion >
269
- <groupId >org.hamcrest</groupId >
270
- <artifactId >hamcrest</artifactId >
271
- </exclusion >
272
262
<exclusion >
273
263
<groupId >com.google.api.grpc</groupId >
274
264
<artifactId >grpc-google-cloud-pubsub-v1</artifactId >
380
370
<artifactId >mysql-socket-factory-connector-j-8</artifactId >
381
371
<version >${socket-factory.version} </version >
382
372
</dependency >
373
+ <dependency >
374
+ <groupId >org.hamcrest</groupId >
375
+ <artifactId >hamcrest</artifactId >
376
+ <version >${hamcrest.version} </version >
377
+ <!-- Needed for PipelineOptionRegistrar auto-service that registered TestPipelineOptions interfaces-->
378
+ <!-- https://github.com/apache/beam/issues/18593-->
379
+ <!-- https://github.com/apache/beam/pull/30637/files-->
380
+ </dependency >
383
381
384
382
<!-- Test Deps -->
385
383
You can’t perform that action at this time.
0 commit comments