Github user PascalSchumacher commented on a diff in the pull request:
https://github.com/apache/commons-lang/pull/374#discussion_r224137193
--- Diff: pom.xml ---
@@ -543,6 +543,11 @@
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit-pioneer</groupId>
+ <artifactId>junit-pioneer</artifactId>
+ <version>0.2.0</version>
--- End diff --
This dependency should have `test` scope.---
