javaquery/api/pom.xml
branchfx
changeset 845 859804c78010
parent 821 60caf5806aa8
child 969 df08556c5c7c
     1.1 --- a/javaquery/api/pom.xml	Thu Mar 07 23:34:33 2013 +0100
     1.2 +++ b/javaquery/api/pom.xml	Thu Mar 14 09:22:28 2013 +0100
     1.3 @@ -73,5 +73,12 @@
     1.4        <version>${project.version}</version>
     1.5        <scope>test</scope>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +        <groupId>com.oracle</groupId>
     1.9 +        <artifactId>javafx</artifactId>
    1.10 +        <version>2.2</version>
    1.11 +        <scope>system</scope>
    1.12 +        <systemPath>${java.home}/lib/jfxrt.jar</systemPath>
    1.13 +    </dependency>
    1.14    </dependencies>
    1.15  </project>