File tree Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Expand file tree Collapse file tree 2 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 52
52
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
53
53
54
54
<!-- Test dependencies that need explicit versions -->
55
- <dependency >
56
- <groupId >io.dropwizard.modules</groupId >
57
- <artifactId >dropwizard-testing-junit4</artifactId >
58
- <version >4.0.16</version >
59
- <scope >test</scope >
60
- </dependency >
61
55
<dependency >
62
56
<groupId >org.hamcrest</groupId >
63
57
<artifactId >hamcrest</artifactId >
Original file line number Diff line number Diff line change 49
49
50
50
<!-- Test dependencies that are imported from one of the BOMs specified
51
51
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
52
- <dependency >
53
- <groupId >io.dropwizard.modules</groupId >
54
- <artifactId >dropwizard-testing-junit4</artifactId >
55
- <version >4.0.16</version >
56
- <scope >test</scope >
57
- </dependency >
52
+
58
53
<!-- Test dependencies that need explicit versions -->
59
54
</dependencies >
60
55
You can’t perform that action at this time.
0 commit comments