minesweeper/pom.xml
branchxtrnlbrwsr
changeset 89 5a8a80e18430
parent 81 0d274f085dac
child 101 5ef40158eb9c
child 103 60c37de4163a
     1.1 --- a/minesweeper/pom.xml	Tue Feb 11 16:53:26 2014 +0100
     1.2 +++ b/minesweeper/pom.xml	Tue Mar 04 08:24:11 2014 +0100
     1.3 @@ -224,6 +224,12 @@
     1.4                    <scope>provided</scope>
     1.5                </dependency>
     1.6                <dependency>
     1.7 +                  <groupId>org.apidesign.html</groupId>
     1.8 +                  <artifactId>dlvkbrwsr</artifactId>
     1.9 +                  <version>0.2-SNAPSHOT</version>
    1.10 +                  <type>jar</type>
    1.11 +              </dependency>
    1.12 +              <dependency>
    1.13                    <groupId>org.netbeans.html</groupId>
    1.14                    <artifactId>ko-ws-tyrus</artifactId>
    1.15                    <version>${net.java.html.version}</version>
    1.16 @@ -234,12 +240,6 @@
    1.17                        </exclusion>
    1.18                    </exclusions>
    1.19                </dependency>
    1.20 -              <dependency>
    1.21 -                  <groupId>org.apidesign.html</groupId>
    1.22 -                  <artifactId>dlvkbrwsr</artifactId>
    1.23 -                  <version>0.1-SNAPSHOT</version>
    1.24 -                  <type>jar</type>
    1.25 -              </dependency>
    1.26            </dependencies>
    1.27            <build>
    1.28                <plugins>