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

@@ -660,6 +660,11 @@ Copyright (c) 2012 - Jeremy Long
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>javax.json</artifactId>