rt/mojo/pom.xml
branchflow
changeset 1812 4fef6b767f61
parent 1804 41f9eb4d6c25
child 1819 3699cd474124
     1.1 --- a/rt/mojo/pom.xml	Sat Feb 28 05:29:04 2015 +0100
     1.2 +++ b/rt/mojo/pom.xml	Wed Mar 11 18:58:39 2015 +0100
     1.3 @@ -104,5 +104,17 @@
     1.4        <version>1.0-SNAPSHOT</version>
     1.5        <type>jar</type>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +        <groupId>com.oracle.graal</groupId>
     1.9 +        <artifactId>tag</artifactId>
    1.10 +      <version>0.6-SNAPSHOT</version>
    1.11 +      <type>jar</type>
    1.12 +    </dependency>
    1.13 +    <dependency>
    1.14 +        <groupId>org.testng</groupId>
    1.15 +        <artifactId>testng</artifactId>
    1.16 +      <version>6.8.1</version>
    1.17 +      <scope>test</scope>
    1.18 +    </dependency>
    1.19  </dependencies>
    1.20  </project>