pom.xml
branchelements
changeset 868 cd1feff88ca5
parent 865 03fe918c4684
child 1072 3800d11c0bdb
     1.1 --- a/pom.xml	Thu Mar 21 15:53:55 2013 +0100
     1.2 +++ b/pom.xml	Thu Mar 21 17:29:40 2013 +0100
     1.3 @@ -149,6 +149,13 @@
     1.4            <scope>compile</scope>
     1.5            <type>jar</type>
     1.6          </dependency>
     1.7 +        <dependency>
     1.8 +          <groupId>org.netbeans.modules</groupId>
     1.9 +          <artifactId>org-netbeans-modules-html-parser</artifactId>
    1.10 +          <version>RELEASE73</version>
    1.11 +          <scope>compile</scope>
    1.12 +          <type>jar</type>
    1.13 +        </dependency>
    1.14        </dependencies>
    1.15    </dependencyManagement>
    1.16    <properties>