javaquery/api/pom.xml
branchfx
changeset 992 bae9b96bfd2c
parent 969 df08556c5c7c
child 1016 6dc2c6c752df
     1.1 --- a/javaquery/api/pom.xml	Thu Apr 11 20:44:46 2013 +0200
     1.2 +++ b/javaquery/api/pom.xml	Mon Apr 15 21:56:56 2013 +0200
     1.3 @@ -80,5 +80,11 @@
     1.4          <scope>system</scope>
     1.5          <systemPath>${java.home}/lib/jfxrt.jar</systemPath>
     1.6      </dependency>
     1.7 +    <dependency>
     1.8 +      <groupId>org.json</groupId>
     1.9 +      <artifactId>json</artifactId>
    1.10 +      <version>20090211</version>
    1.11 +      <type>jar</type>
    1.12 +    </dependency>
    1.13    </dependencies>
    1.14  </project>