Make sure mvn install -Pbck2brwsr -Dbck2brwsr.obfuscationlevel=NONE succeeds
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Tue, 04 Nov 2014 06:39:53 +0100
changeset 2225959a90ffda7
parent 219 a07e84a4983c
child 223 4ee062b3f5ed
Make sure mvn install -Pbck2brwsr -Dbck2brwsr.obfuscationlevel=NONE succeeds
minesweeper/pom.xml
     1.1 --- a/minesweeper/pom.xml	Fri Oct 31 23:44:42 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Tue Nov 04 06:39:53 2014 +0100
     1.3 @@ -100,6 +100,12 @@
     1.4        <artifactId>nbrwsr</artifactId>
     1.5        <version>${nb.html.version}</version>
     1.6        <scope>provided</scope>
     1.7 +      <exclusions>
     1.8 +        <exclusion>
     1.9 +          <groupId>com.oracle</groupId>
    1.10 +          <artifactId>javafx</artifactId>
    1.11 +        </exclusion>
    1.12 +      </exclusions>
    1.13      </dependency>
    1.14      <dependency>
    1.15        <groupId>org.testng</groupId>
    1.16 @@ -259,14 +265,6 @@
    1.17                    <version>${bck2brwsr.version}</version>
    1.18                    <scope>runtime</scope>
    1.19                </dependency>
    1.20 -              <dependency>
    1.21 -                  <groupId>org.apidesign.bck2brwsr</groupId>
    1.22 -                  <artifactId>vm4brwsr</artifactId>
    1.23 -                  <classifier>js</classifier>
    1.24 -                  <type>zip</type>
    1.25 -                  <version>${bck2brwsr.version}</version>
    1.26 -                  <scope>provided</scope>
    1.27 -              </dependency>
    1.28            </dependencies>
    1.29        </profile>
    1.30        <profile>