patch from davidkarlsen (PR #85) was applied to resolve issue #84

Former-commit-id: ac2f1c66913d08ae2e39293e98a3e7e5b9318b50
This commit is contained in:
Jeremy Long
2014-03-12 23:40:42 -04:00
parent 122dc5baf4
commit a00bcc3df2
2 changed files with 66 additions and 0 deletions

View File

@@ -275,6 +275,11 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved.
<artifactId>maven-plugin-api</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-settings</artifactId>
<version>3.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>