json-tck/pom.xml
changeset 424 1d637fa8634b
parent 359 6b23a639bdb5
child 425 6729b08befde
child 464 da6c0d295eed
     1.1 --- a/json-tck/pom.xml	Mon Dec 16 15:18:58 2013 +0100
     1.2 +++ b/json-tck/pom.xml	Tue Jan 07 08:48:40 2014 +0100
     1.3 @@ -10,7 +10,7 @@
     1.4    <artifactId>net.java.html.json.tck</artifactId>
     1.5    <version>0.7-SNAPSHOT</version>
     1.6    <packaging>bundle</packaging>
     1.7 -  <name>TCK for JSON Model</name>
     1.8 +  <name>HTML for Java TCK</name>
     1.9    <url>http://maven.apache.org</url>
    1.10    <properties>
    1.11      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    1.12 @@ -57,6 +57,11 @@
    1.13        <artifactId>org-openide-util</artifactId>
    1.14        <scope>provided</scope>
    1.15      </dependency>
    1.16 +    <dependency>
    1.17 +      <groupId>${project.groupId}</groupId>
    1.18 +      <artifactId>net.java.html.boot</artifactId>
    1.19 +      <version>${project.version}</version>
    1.20 +    </dependency>
    1.21    </dependencies>
    1.22      <description>Test Compatibility Kit for anyone who wants to consume the net.java.html.json APIs and
    1.23  render their objects using own technology (e.g. own browser, MVVC, etc.).</description>