rt/aot-nb-test/pom.xml
changeset 1904 ceb231ab85f6
parent 1897 cb637833bfb3
child 1910 07d175a4d00a
     1.1 --- a/rt/aot-nb-test/pom.xml	Sun Mar 20 07:01:40 2016 +0100
     1.2 +++ b/rt/aot-nb-test/pom.xml	Sun Mar 20 19:44:18 2016 +0100
     1.3 @@ -48,10 +48,10 @@
     1.4              <artifactId>org-openide-util-lookup</artifactId>
     1.5          </dependency>
     1.6          <dependency>
     1.7 -            <groupId>${project.groupId}</groupId>
     1.8 -            <artifactId>emul.mini</artifactId>
     1.9 -            <version>${project.version}</version>
    1.10 -            <scope>test</scope>
    1.11 +            <groupId>org.apidesign.junit</groupId>
    1.12 +            <artifactId>junit-osgi</artifactId>
    1.13 +            <version>4.12</version>
    1.14 +            <type>jar</type>
    1.15          </dependency>
    1.16      </dependencies>
    1.17      <build>