minesweeper/pom.xml
branchnbrwsr
changeset 208 9073c01ba497
parent 205 767b3666a982
child 209 daed0ea9470b
     1.1 --- a/minesweeper/pom.xml	Mon Sep 08 12:32:08 2014 +0200
     1.2 +++ b/minesweeper/pom.xml	Mon Sep 08 17:15:18 2014 +0200
     1.3 @@ -582,6 +582,34 @@
     1.4                    <version>${nb.html.version}</version>
     1.5                    <scope>compile</scope>
     1.6                </dependency>
     1.7 +              <dependency>
     1.8 +                  <artifactId>org-openide-filesystems</artifactId>
     1.9 +                  <groupId>org.netbeans.api</groupId>
    1.10 +                  <type>jar</type>
    1.11 +                  <version>RELEASE80</version>
    1.12 +                  <scope>compile</scope>
    1.13 +              </dependency>
    1.14 +              <dependency>
    1.15 +                  <artifactId>org-openide-awt</artifactId>
    1.16 +                  <groupId>org.netbeans.api</groupId>
    1.17 +                  <type>jar</type>
    1.18 +                  <version>RELEASE80</version>
    1.19 +                  <scope>compile</scope>
    1.20 +              </dependency>
    1.21 +              <dependency>
    1.22 +                  <artifactId>org-openide-util</artifactId>
    1.23 +                  <groupId>org.netbeans.api</groupId>
    1.24 +                  <type>jar</type>
    1.25 +                  <version>RELEASE80</version>
    1.26 +                  <scope>compile</scope>
    1.27 +              </dependency>
    1.28 +              <dependency>
    1.29 +                  <artifactId>org-openide-util-lookup</artifactId>
    1.30 +                  <groupId>org.netbeans.api</groupId>
    1.31 +                  <type>jar</type>
    1.32 +                  <version>RELEASE80</version>
    1.33 +                  <scope>compile</scope>
    1.34 +              </dependency>
    1.35            </dependencies>
    1.36            <build>
    1.37                <plugins>