fixed issue #431 - missing dependency

This commit is contained in:
Jeremy Long
2015-12-28 06:11:57 -05:00
parent 512b17555c
commit c8a1c6a318
2 changed files with 9 additions and 0 deletions

View File

@@ -204,6 +204,10 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<groupId>org.apache.maven.reporting</groupId>
<artifactId>maven-reporting-api</artifactId>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
</dependency>
<dependency>
<groupId>org.jmockit</groupId>
<artifactId>jmockit</artifactId>