Use OSGi bundles for org.json API in all cases
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Wed, 06 Nov 2013 16:23:32 +0100
changeset 3253dc22f6fa03f
parent 324 c6504f41922a
child 326 b737cd5286c6
Use OSGi bundles for org.json API in all cases
ko-fx/pom.xml
ko-ws-tyrus/pom.xml
pom.xml
     1.1 --- a/ko-fx/pom.xml	Wed Nov 06 15:29:15 2013 +0100
     1.2 +++ b/ko-fx/pom.xml	Wed Nov 06 16:23:32 2013 +0100
     1.3 @@ -50,7 +50,6 @@
     1.4      <dependency>
     1.5          <groupId>de.twentyeleven.skysail</groupId>
     1.6          <artifactId>org.json-osgi</artifactId>
     1.7 -        <version>20080701</version>
     1.8      </dependency>
     1.9      <dependency>
    1.10        <groupId>org.apidesign.html</groupId>
     2.1 --- a/ko-ws-tyrus/pom.xml	Wed Nov 06 15:29:15 2013 +0100
     2.2 +++ b/ko-ws-tyrus/pom.xml	Wed Nov 06 16:23:32 2013 +0100
     2.3 @@ -62,10 +62,8 @@
     2.4        <type>jar</type>
     2.5      </dependency>
     2.6      <dependency>
     2.7 -      <groupId>org.json</groupId>
     2.8 -      <artifactId>json</artifactId>
     2.9 -      <version>20090211</version>
    2.10 -      <type>jar</type>
    2.11 +        <groupId>de.twentyeleven.skysail</groupId>
    2.12 +        <artifactId>org.json-osgi</artifactId>
    2.13      </dependency>
    2.14      <dependency>
    2.15        <artifactId>javax.websocket-api</artifactId>
     3.1 --- a/pom.xml	Wed Nov 06 15:29:15 2013 +0100
     3.2 +++ b/pom.xml	Wed Nov 06 16:23:32 2013 +0100
     3.3 @@ -161,6 +161,11 @@
     3.4            </exclusions>
     3.5          </dependency>
     3.6          <dependency>
     3.7 +            <groupId>de.twentyeleven.skysail</groupId>
     3.8 +            <artifactId>org.json-osgi</artifactId>
     3.9 +            <version>20080701</version>
    3.10 +        </dependency>
    3.11 +        <dependency>
    3.12            <groupId>org.netbeans.api</groupId>
    3.13            <artifactId>org-netbeans-modules-classfile</artifactId>
    3.14            <version>${netbeans.version}</version>