context/pom.xml
changeset 927 3eb54c43c5c3
parent 924 7d16977ee527
child 960 3b8546edbf03
     1.1 --- a/context/pom.xml	Fri Dec 19 18:41:38 2014 +0100
     1.2 +++ b/context/pom.xml	Mon Jan 26 19:28:18 2015 +0100
     1.3 @@ -33,9 +33,14 @@
     1.4      <dependency>
     1.5        <groupId>org.testng</groupId>
     1.6        <artifactId>testng</artifactId>
     1.7 -      <version>6.8.1</version>
     1.8        <scope>test</scope>
     1.9      </dependency>
    1.10 +    <dependency>
    1.11 +      <groupId>org.netbeans.api</groupId>
    1.12 +      <artifactId>org-openide-util-lookup</artifactId>
    1.13 +      <scope>test</scope>
    1.14 +      <type>jar</type>
    1.15 +    </dependency>
    1.16    </dependencies>
    1.17      <description>Representation of an HTML page context a Java program operates in.</description>
    1.18  </project>