Skip to content

Commit dd8d76d

Browse files
authored
Import BOM of JUnit to manage all its dependencies (#194)
Co-authored-by: Piotrek Żygieło <[email protected]>
1 parent d06df98 commit dd8d76d

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

plexus-compilers/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.junit.jupiter</groupId>
2828
<artifactId>junit-jupiter-api</artifactId>
29-
<version>5.8.2</version>
29+
<scope>test</scope>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.codehaus.plexus</groupId>

pom.xml

+4-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,10 @@
8686
<version>2.1.1</version>
8787
</dependency>
8888
<dependency>
89-
<groupId>org.junit.jupiter</groupId>
90-
<artifactId>junit-jupiter-api</artifactId>
91-
<scope>test</scope>
89+
<groupId>org.junit</groupId>
90+
<artifactId>junit-bom</artifactId>
91+
<type>pom</type>
92+
<scope>import</scope>
9293
<version>${jupiter.version}</version>
9394
</dependency>
9495
<dependency>

0 commit comments

Comments
 (0)