We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014185b commit d4f0d2dCopy full SHA for d4f0d2d
pom.xml
@@ -62,22 +62,12 @@ limitations under the License.
62
</dependency>
63
<dependency>
64
<groupId>org.junit.jupiter</groupId>
65
- <artifactId>junit-jupiter</artifactId>
66
- <version>5.10.0</version>
+ <artifactId>junit-jupiter-api</artifactId>
67
<scope>test</scope>
68
69
</dependencies>
70
71
<build>
72
- <pluginManagement>
73
- <plugins>
74
- <plugin>
75
- <groupId>org.apache.maven.plugins</groupId>
76
- <artifactId>maven-resources-plugin</artifactId>
77
- <version>3.3.1</version>
78
- </plugin>
79
- </plugins>
80
- </pluginManagement>
81
<plugins>
82
<plugin>
83
<groupId>org.apache.maven.plugins</groupId>
0 commit comments