minesweeper/pom.xml
changeset 227 fd26342cf23d
parent 223 4ee062b3f5ed
child 231 46827acaac4a
     1.1 --- a/minesweeper/pom.xml	Tue Nov 04 19:30:23 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Fri Jan 09 06:10:00 2015 +0100
     1.3 @@ -106,6 +106,14 @@
     1.4            <groupId>com.oracle</groupId>
     1.5            <artifactId>javafx</artifactId>
     1.6          </exclusion>
     1.7 +        <exclusion>
     1.8 +          <groupId>org.netbeans.html</groupId>
     1.9 +          <artifactId>net.java.html.boot</artifactId>
    1.10 +        </exclusion>
    1.11 +        <exclusion>
    1.12 +          <groupId>org.netbeans.html</groupId>
    1.13 +          <artifactId>net.java.html.boot.fx</artifactId>
    1.14 +        </exclusion>
    1.15        </exclusions>
    1.16      </dependency>
    1.17      <dependency>