context/pom.xml
branchBrwsrCtxExec
changeset 569 245637e6d8db
parent 554 3e851e849090
child 619 ae10a70c2f5a
     1.1 --- a/context/pom.xml	Fri Feb 07 07:55:14 2014 +0100
     1.2 +++ b/context/pom.xml	Mon Mar 03 23:30:02 2014 +0100
     1.3 @@ -30,6 +30,12 @@
     1.4        </plugins>
     1.5    </build>
     1.6    <dependencies>
     1.7 +    <dependency>
     1.8 +      <groupId>org.testng</groupId>
     1.9 +      <artifactId>testng</artifactId>
    1.10 +      <version>6.8.1</version>
    1.11 +      <scope>test</scope>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14      <description>Representation of an HTML page context a Java program operates in.</description>
    1.15  </project>