mirror of https://github.com/apache/maven.git
Add JUnit 4.12 to bootstrap group 9
This commit is contained in:
parent
8a989d5e4b
commit
b0f5e8665b
|
@ -44,5 +44,10 @@ under the License.
|
|||
<artifactId>plexus-utils</artifactId>
|
||||
<version>1.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.12</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue