mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-10 01:50:38 +01:00
added jmockit for testing
Former-commit-id: 5fe09b31551fac79670505f709c0b0783431d8a8
This commit is contained in:
@@ -315,6 +315,12 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
|
||||
<artifactId>maven-reporting-api</artifactId>
|
||||
<version>3.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jmockit</groupId>
|
||||
<artifactId>jmockit</artifactId>
|
||||
<version>1.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user