rt/vm8/pom.xml
branchjdk8
changeset 1656 589affbf39a2
parent 1654 da24a2411ee7
child 1672 1efb2645c7aa
     1.1 --- a/rt/vm8/pom.xml	Sun Aug 10 07:12:30 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Aug 10 08:07:11 2014 +0200
     1.3 @@ -42,5 +42,11 @@
     1.4              <scope>test</scope>
     1.5              <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>${project.groupId}</groupId>
     1.9 +            <artifactId>emul</artifactId>
    1.10 +            <version>${project.version}</version>
    1.11 +            <scope>test</scope>
    1.12 +        </dependency>
    1.13      </dependencies>
    1.14  </project>
    1.15 \ No newline at end of file