Trying to tell Maven to use lib copy of nestedvm.jar -- ultimately I should just be using artifactory or something!

This commit is contained in:
Brendan Robert 2015-08-12 20:16:44 -05:00
parent 07795b1e77
commit 36127208f1
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@
<groupId>megacz</groupId>
<artifactId>nestedvm</artifactId>
<version>2014.12.3</version>
<scope>system</scope>
<systemPath>${project.basedir}/lib/nestedvm.jar</systemPath>
</dependency>
<dependency>
<groupId>junit</groupId>