Don't rely on own copy of the testing library
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Fri, 25 Mar 2016 21:28:33 +0100
changeset 191007d175a4d00a
parent 1909 ca9cb69ad20f
child 1911 fe2e6f5a2044
Don't rely on own copy of the testing library
.hgsub
.hgsubstate
rt/aot-nb-test/pom.xml
rt/pom.xml
     1.1 --- a/.hgsub	Fri Mar 25 20:21:34 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,1 +0,0 @@
     1.4 -rt/aot-junit = [git]https://github.com/jtulach/junit.git
     2.1 --- a/.hgsubstate	Fri Mar 25 20:21:34 2016 +0100
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,1 +0,0 @@
     2.4 -5621ac14942b5e1a4297ecd68ed7a2e1f9ce7bee rt/aot-junit
     3.1 --- a/rt/aot-nb-test/pom.xml	Fri Mar 25 20:21:34 2016 +0100
     3.2 +++ b/rt/aot-nb-test/pom.xml	Fri Mar 25 21:28:33 2016 +0100
     3.3 @@ -48,7 +48,7 @@
     3.4              <artifactId>org-openide-util-lookup</artifactId>
     3.5          </dependency>
     3.6          <dependency>
     3.7 -            <groupId>org.apidesign.junit</groupId>
     3.8 +            <groupId>com.dukescript.api</groupId>
     3.9              <artifactId>junit-osgi</artifactId>
    3.10              <version>4.12</version>
    3.11              <type>jar</type>
     4.1 --- a/rt/pom.xml	Fri Mar 25 20:21:34 2016 +0100
     4.2 +++ b/rt/pom.xml	Fri Mar 25 21:28:33 2016 +0100
     4.3 @@ -18,7 +18,6 @@
     4.4      <module>vm</module>
     4.5      <module>vmtest</module>
     4.6      <module>aot</module>
     4.7 -    <module>aot-junit</module>
     4.8      <module>aot-nb-test</module>
     4.9    </modules>
    4.10    <profiles>