rt/aot-nb-test/pom.xml
changeset 1895 bfaf3300b7ba
parent 1876 785891e2e2c6
child 1897 cb637833bfb3
     1.1 --- a/rt/aot-nb-test/pom.xml	Wed Jan 27 23:33:22 2016 +0100
     1.2 +++ b/rt/aot-nb-test/pom.xml	Sat Mar 19 12:51:03 2016 +0100
     1.3 @@ -53,6 +53,12 @@
     1.4              <version>${project.version}</version>
     1.5              <scope>test</scope>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +            <groupId>junit</groupId>
     1.9 +            <artifactId>junit</artifactId>
    1.10 +            <version>4.12</version>
    1.11 +            <type>jar</type>
    1.12 +        </dependency>
    1.13      </dependencies>
    1.14      <build>
    1.15          <plugins>