minesweeper/pom.xml
changeset 107 f8f222243d3c
parent 81 0d274f085dac
child 110 fcdfcb9998eb
     1.1 --- a/minesweeper/pom.xml	Tue Feb 11 16:53:26 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Sun Mar 16 08:30:22 2014 +0100
     1.3 @@ -206,11 +206,6 @@
     1.4        </profile>
     1.5        <profile>
     1.6            <id>dlvkbrwsr</id>
     1.7 -          <activation>
     1.8 -              <property>
     1.9 -                  <name>android.sdk.path</name>
    1.10 -              </property>
    1.11 -          </activation>
    1.12            <properties>
    1.13                <platform.version>4.1.1.4</platform.version>
    1.14                <android.plugin.version>3.7.0</android.plugin.version>
    1.15 @@ -224,6 +219,12 @@
    1.16                    <scope>provided</scope>
    1.17                </dependency>
    1.18                <dependency>
    1.19 +                  <groupId>org.apidesign.brwsr</groupId>
    1.20 +                  <artifactId>dlvkbrwsr</artifactId>
    1.21 +                  <version>0.5</version>
    1.22 +                  <type>jar</type>
    1.23 +              </dependency>
    1.24 +              <dependency>
    1.25                    <groupId>org.netbeans.html</groupId>
    1.26                    <artifactId>ko-ws-tyrus</artifactId>
    1.27                    <version>${net.java.html.version}</version>
    1.28 @@ -234,12 +235,6 @@
    1.29                        </exclusion>
    1.30                    </exclusions>
    1.31                </dependency>
    1.32 -              <dependency>
    1.33 -                  <groupId>org.apidesign.html</groupId>
    1.34 -                  <artifactId>dlvkbrwsr</artifactId>
    1.35 -                  <version>0.1-SNAPSHOT</version>
    1.36 -                  <type>jar</type>
    1.37 -              </dependency>
    1.38            </dependencies>
    1.39            <build>
    1.40                <plugins>