ko-fx/pom.xml
changeset 322 4a93f2679691
parent 318 ffb71fcf02de
child 325 3dc22f6fa03f
     1.1 --- a/ko-fx/pom.xml	Tue Nov 05 12:57:50 2013 +0100
     1.2 +++ b/ko-fx/pom.xml	Tue Nov 05 23:06:32 2013 +0100
     1.3 @@ -28,6 +28,15 @@
     1.4                    <skip>false</skip>
     1.5                </configuration>
     1.6            </plugin>
     1.7 +         <plugin>
     1.8 +            <groupId>org.apache.maven.plugins</groupId>
     1.9 +            <artifactId>maven-compiler-plugin</artifactId>
    1.10 +            <version>2.3.2</version>
    1.11 +            <configuration>
    1.12 +               <source>1.7</source>
    1.13 +               <target>1.7</target>
    1.14 +            </configuration>
    1.15 +         </plugin>
    1.16        </plugins>
    1.17    </build>
    1.18    <dependencies>
    1.19 @@ -39,10 +48,9 @@
    1.20          <systemPath>${jfxrt.jar}</systemPath>
    1.21      </dependency>
    1.22      <dependency>
    1.23 -      <groupId>org.json</groupId>
    1.24 -      <artifactId>json</artifactId>
    1.25 -      <version>20090211</version>
    1.26 -      <type>jar</type>
    1.27 +        <groupId>de.twentyeleven.skysail</groupId>
    1.28 +        <artifactId>org.json-osgi</artifactId>
    1.29 +        <version>20080701</version>
    1.30      </dependency>
    1.31      <dependency>
    1.32        <groupId>org.apidesign.html</groupId>