Skip to content

Commit 012d719

Browse files
committed
Use junit-bom instead of seperate artifacts
Signed-off-by: Valentin Delaye <jonesbusy@users.noreply.github.com>
1 parent 4abf734 commit 012d719

1 file changed

Lines changed: 7 additions & 15 deletions

File tree

pom.xml

Lines changed: 7 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,13 @@
101101

102102
<dependencyManagement>
103103
<dependencies>
104+
<dependency>
105+
<groupId>org.junit</groupId>
106+
<artifactId>junit-bom</artifactId>
107+
<version>${junit.version}</version>
108+
<type>pom</type>
109+
<scope>import</scope>
110+
</dependency>
104111
<dependency>
105112
<groupId>tools.jackson</groupId>
106113
<artifactId>jackson-bom</artifactId>
@@ -143,21 +150,6 @@
143150
<artifactId>jspecify</artifactId>
144151
<version>${jspecify.version}</version>
145152
</dependency>
146-
<dependency>
147-
<groupId>org.junit.jupiter</groupId>
148-
<artifactId>junit-jupiter-api</artifactId>
149-
<version>${junit.version}</version>
150-
</dependency>
151-
<dependency>
152-
<groupId>org.junit.jupiter</groupId>
153-
<artifactId>junit-jupiter-engine</artifactId>
154-
<version>${junit.version}</version>
155-
</dependency>
156-
<dependency>
157-
<groupId>org.junit.jupiter</groupId>
158-
<artifactId>junit-jupiter-params</artifactId>
159-
<version>${junit.version}</version>
160-
</dependency>
161153
<dependency>
162154
<groupId>org.mockito</groupId>
163155
<artifactId>mockito-core</artifactId>

0 commit comments

Comments
 (0)