vmtest/pom.xml
branchemul
changeset 705 6de8252246b5
parent 554 05224402145d
     1.1 --- a/vmtest/pom.xml	Wed Jan 23 20:39:23 2013 +0100
     1.2 +++ b/vmtest/pom.xml	Sun Feb 10 09:51:22 2013 +0100
     1.3 @@ -58,5 +58,10 @@
     1.4        <artifactId>launcher</artifactId>
     1.5        <version>${project.version}</version>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.netbeans.api</groupId>
     1.9 +      <artifactId>org-openide-util-lookup</artifactId>
    1.10 +      <scope>provided</scope>
    1.11 +    </dependency>
    1.12    </dependencies>
    1.13  </project>