Skip to content

Commit 3a635ce

Browse files
authored
Merge pull request #1195 from alphagov/PP-14349-suppress_junit_5_upgrade
PP-14349 suppress Junit5 upgrade
2 parents 8cb7561 + de5df98 commit 3a635ce

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

logging-dropwizard-4/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@
5252
in <dependencyManagement> in the parent POM, so no explicit versions needed -->
5353

5454
<!-- 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>
6155
<dependency>
6256
<groupId>org.hamcrest</groupId>
6357
<artifactId>hamcrest</artifactId>

model-dropwizard-4/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@
4949

5050
<!-- Test dependencies that are imported from one of the BOMs specified
5151
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+
5853
<!-- Test dependencies that need explicit versions -->
5954
</dependencies>
6055

0 commit comments

Comments
 (0)