File tree Expand file tree Collapse file tree 3 files changed +2
-19
lines changed
spring-cloud-azure-test-eventhubs-binder
src/test/java/com/azure/spring/sample/eventhubs/binder
spring-messaging-azure-eventhubs Expand file tree Collapse file tree 3 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 5858 <artifactId >spring-boot-starter-test</artifactId >
5959 <scope >test</scope >
6060 </dependency >
61- <dependency >
62- <groupId >org.junit.vintage</groupId >
63- <artifactId >junit-vintage-engine</artifactId >
64- <version >5.8.2</version > <!-- {x-version-update;org.junit.vintage:junit-vintage-engine;external_dependency} -->
65- <scope >test</scope >
66- </dependency >
6761 </dependencies >
6862
6963 <build >
Original file line number Diff line number Diff line change 33
44package com .azure .spring .sample .eventhubs .binder ;
55
6- import org .junit .Rule ;
76import org .junit .jupiter .api .Test ;
87import org .slf4j .Logger ;
98import org .slf4j .LoggerFactory ;
109import org .springframework .beans .factory .annotation .Autowired ;
1110import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
1211import org .springframework .boot .test .context .SpringBootTest ;
13- import org .springframework .boot .test .system .OutputCaptureRule ;
1412import org .springframework .context .annotation .Bean ;
1513import org .springframework .messaging .Message ;
1614import org .springframework .messaging .support .GenericMessage ;
@@ -42,9 +40,6 @@ class EventHubsBinderSyncModeIT {
4240 @ Autowired
4341 private Sinks .Many <Message <String >> many ;
4442
45- @ Rule
46- OutputCaptureRule capture = new OutputCaptureRule ();
47-
4843 private static final CountDownLatch LATCH = new CountDownLatch (1 );
4944
5045 @ EnableAutoConfiguration
Original file line number Diff line number Diff line change 111111 </dependency >
112112 <dependency >
113113 <groupId >org.junit.jupiter</groupId >
114- <artifactId >junit-jupiter-api</artifactId >
115- <version >5.8.2</version > <!-- {x-version-update;org.junit.jupiter:junit-jupiter-api;external_dependency} -->
116- <scope >test</scope >
117- </dependency >
118- <dependency >
119- <groupId >org.junit.vintage</groupId >
120- <artifactId >junit-vintage-engine</artifactId >
121- <version >5.8.2</version > <!-- {x-version-update;org.junit.vintage:junit-vintage-engine;external_dependency} -->
114+ <artifactId >junit-jupiter</artifactId >
115+ <version >5.8.2</version > <!-- {x-version-update;org.junit.jupiter:junit-jupiter;external_dependency} -->
122116 <scope >test</scope >
123117 </dependency >
124118 <dependency >
You can’t perform that action at this time.
0 commit comments