No need for test dependencies, when this module has no tests classloader
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 20 Jun 2013 10:33:35 +0200
branchclassloader
changeset 133a8694973ef65
parent 132 0712b460733d
child 134 a0a04b238585
No need for test dependencies, when this module has no tests
boot-fx/pom.xml
     1.1 --- a/boot-fx/pom.xml	Thu Jun 20 10:26:05 2013 +0200
     1.2 +++ b/boot-fx/pom.xml	Thu Jun 20 10:33:35 2013 +0200
     1.3 @@ -25,28 +25,11 @@
     1.4          <systemPath>${jfxrt.jar}</systemPath>
     1.5      </dependency>
     1.6      <dependency>
     1.7 -      <groupId>org.testng</groupId>
     1.8 -      <artifactId>testng</artifactId>
     1.9 -      <scope>test</scope>
    1.10 -    </dependency>
    1.11 -    <dependency>
    1.12 -      <groupId>${project.groupId}</groupId>
    1.13 -      <artifactId>net.java.html.json.tck</artifactId>
    1.14 -      <version>${project.version}</version>
    1.15 -      <scope>test</scope>
    1.16 -    </dependency>
    1.17 -    <dependency>
    1.18        <groupId>org.netbeans.api</groupId>
    1.19        <artifactId>org-openide-util</artifactId>
    1.20        <scope>provided</scope>
    1.21      </dependency>
    1.22      <dependency>
    1.23 -      <groupId>org.apidesign.bck2brwsr</groupId>
    1.24 -      <artifactId>launcher.fx</artifactId>
    1.25 -      <version>${bck2brwsr.launcher.version}</version>
    1.26 -      <scope>test</scope>
    1.27 -    </dependency>
    1.28 -    <dependency>
    1.29        <groupId>org.apidesign.html</groupId>
    1.30        <artifactId>net.java.html.boot</artifactId>
    1.31        <version>${project.version}</version>