We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d06df98 commit dd8d76dCopy full SHA for dd8d76d
plexus-compilers/pom.xml
@@ -26,7 +26,7 @@
26
<dependency>
27
<groupId>org.junit.jupiter</groupId>
28
<artifactId>junit-jupiter-api</artifactId>
29
- <version>5.8.2</version>
+ <scope>test</scope>
30
</dependency>
31
32
<groupId>org.codehaus.plexus</groupId>
pom.xml
@@ -86,9 +86,10 @@
86
<version>2.1.1</version>
87
88
89
- <groupId>org.junit.jupiter</groupId>
90
- <artifactId>junit-jupiter-api</artifactId>
91
- <scope>test</scope>
+ <groupId>org.junit</groupId>
+ <artifactId>junit-bom</artifactId>
+ <type>pom</type>
92
+ <scope>import</scope>
93
<version>${jupiter.version}</version>
94
95
0 commit comments