File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
metadata-drivers/jetcd-core-shaded Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 4949 <groupId >io.grpc</groupId >
5050 <artifactId >grpc-netty-shaded</artifactId >
5151 </dependency >
52+ <!-- workaround issue in running tests in IntelliJ -->
53+ <dependency >
54+ <groupId >dev.failsafe</groupId >
55+ <artifactId >failsafe</artifactId >
56+ <version >${failsafe.version} </version >
57+ </dependency >
5258 </dependencies >
5359 <build >
5460 <plugins >
Original file line number Diff line number Diff line change 132132 <disruptor .version>4.0.0</disruptor .version>
133133 <dropwizard .version>4.1.12.1</dropwizard .version>
134134 <jetcd .version>0.7.7</jetcd .version>
135+ <failsafe .version>3.3.2</failsafe .version>
135136 <freebuilder .version>2.8.0</freebuilder .version>
136137 <google .code.version>3.0.2</google .code.version>
137138 <google .errorprone.version>2.9.0</google .errorprone.version>
You can’t perform that action at this time.
0 commit comments