o adding some requirements to satisfy the isolated repository setup. all this needs to be examined again because it's generally

extremely frustrating to set something up correctly.
This commit is contained in:
Jason van Zyl 2013-07-28 16:49:00 -04:00
parent 5c92508bd5
commit 36d552f1a7
1 changed files with 17 additions and 0 deletions

View File

@ -65,5 +65,22 @@ under the License.
<version>2.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.0.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-default-skin</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>