ko4j does not require JavaFX for its execution (only for testing, currently)
authorJaroslav Tulach <jaroslav.tulach@netbeans.org>
Sun, 12 Jan 2014 22:39:14 +0100
changeset 461e357eb92a341
parent 460 f61d5cd45635
child 462 438a8eb273fd
ko4j does not require JavaFX for its execution (only for testing, currently)
ko4j/pom.xml
     1.1 --- a/ko4j/pom.xml	Sun Jan 12 22:37:25 2014 +0100
     1.2 +++ b/ko4j/pom.xml	Sun Jan 12 22:39:14 2014 +0100
     1.3 @@ -42,13 +42,6 @@
     1.4    </build>
     1.5    <dependencies>
     1.6      <dependency>
     1.7 -        <groupId>com.oracle</groupId>
     1.8 -        <artifactId>javafx</artifactId>
     1.9 -        <version>2.2</version>
    1.10 -        <scope>system</scope>
    1.11 -        <systemPath>${jfxrt.jar}</systemPath>
    1.12 -    </dependency>
    1.13 -    <dependency>
    1.14        <groupId>org.netbeans.html</groupId>
    1.15        <artifactId>net.java.html.json</artifactId>
    1.16        <version>${project.version}</version>