boot/pom.xml
branchBrwsrCtxExec
changeset 569 245637e6d8db
parent 554 3e851e849090
child 619 ae10a70c2f5a
     1.1 --- a/boot/pom.xml	Fri Feb 07 07:55:14 2014 +0100
     1.2 +++ b/boot/pom.xml	Mon Mar 03 23:30:02 2014 +0100
     1.3 @@ -48,6 +48,12 @@
     1.4        <artifactId>org-openide-util-lookup</artifactId>
     1.5        <scope>provided</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.netbeans.html</groupId>
     1.9 +      <artifactId>net.java.html</artifactId>
    1.10 +      <version>${project.version}</version>
    1.11 +      <type>jar</type>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14      <description>Builder to launch your Java/HTML based application.</description>
    1.15  </project>